[Koha-bugs] [Bug 19456] Some pages title tag contains html

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 27 16:43:53 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19456

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org
             Status|Passed QA                   |Failed QA

--- Comment #5 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
1/ QA script detected a missing %
 FAIL  
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt
   FAIL   valid_template
                parse error -
/home/vagrant/kohaclone/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt
line 109: unexpected token (])
  [% INCLUDE 'patron-title.inc' invert_name = 1 use_html = 1 ] [% END %]


2/ So basically we want use_html everywhere but in title tags, right?
If this is correct, I would prefer to do the reverse: add a do_not_use_html
flag when patron-title.inc is used in title tags. That could be easily caught
with `git grep patron-title.inc|grep '<title>'`

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list