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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |ommunity.org
             Status|Passed QA                   |Failed QA

--- Comment #5 from Jonathan Druart <[email protected]> 
---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to