Koha/koha-tmpl/opac-tmpl/bootstrap
Jonathan Druart 59757c1f5b Bug 21669: Do not html filter TT assignement statements
Why? Because we must filter the variables when we display them.
If we escape them on assignement, they will be double escaped:
  [% XXX = "<span>pouet</span>" | html %]
  [% XXX | html %]
  => &lt;span&gt;pouet&lt;/span&gt;

Also it will bring trouble if we are assigning a structure (see bug
21663 for instance).

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2018-10-26 16:38:36 +00:00
..
css Bug 20554: Compiled CSS 2018-10-19 17:27:43 +00:00
en Bug 21669: Do not html filter TT assignement statements 2018-10-26 16:38:36 +00:00
images Bug 20554: New OPAC CSS 2018-10-19 17:27:42 +00:00
itemtypeimg
js Bug 20554: (follow-up) Add local font files and add method for loading them 2018-10-19 17:27:42 +00:00
lib Bug 20554: (follow-up) Add local font files and add method for loading them 2018-10-19 17:27:42 +00:00