http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5416 Summary: Template syntax error in moredetails.tmpl Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Templates AssignedTo: oleonard@myacpl.org ReportedBy: fridolyn.somers@gmail.com QAContact: koha-bugs@lists.koha-community.org Estimated Hours: 0.0 Hie, There is a syntax error in moredetails.tmpl (intranet) : <!-- TMPL_IF --> <!-- TMPL_UNLESS --> <!-- /TMPL_IF --> <!-- /TMPL_UNLESS --> sould be : <!-- TMPL_IF --> <!-- TMPL_UNLESS --> <!-- /TMPL_UNLESS --> <!-- /TMPL_IF --> It didn't crash but it could. Regards, -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.