https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42163 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA --- Comment #26 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- With this patchset applied I visit the plugin home page and get: Template process failed: file error - parse error - /kohadevbox/koha/koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt line 195: unexpected token (ELSE) Also, seems to introduce some unclosed HTML tags: [error] mhx4V5ZutB.tt: SyntaxError: Unexpected closing tag "td". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-e... (4:45) [error] 2 | <strong>#~107~#</strong> [error] 3 | <span class="badge text-bg-warning">ERRORS</span> [error] > 4 | </td> [error] | ^^^^^ [error] 5 | #~111~# [error] 6 | </tr> and tidiness: FAIL tidiness File is not tidy, please run `perl misc/devel/tidy.pl koha-tmpl/intranet-tmpl/prog/en/modules/plugins/plugins-home.tt` -- You are receiving this mail because: You are watching all bug changes.