Koha/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing
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
..
value_builder Bug 18655: Correct the choose link in unimarc_field_210c value builder 2018-10-15 13:33:19 +00:00
addbiblio.tt Bug 20044: Switch single-column templates to Bootstrap grid: Cataloging 2018-10-24 13:05:57 +00:00
addbooks.tt Bug 20044: Switch single-column templates to Bootstrap grid: Cataloging 2018-10-24 13:05:57 +00:00
additem.tt Bug 13618: Manually replace missing .raw 2018-08-17 15:55:10 +00:00
editor.tt Bug 14786: Use MARC istead of ISO2709 everywhere 2018-10-17 13:55:19 +00:00
linkitem.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
merge.tt Bug 21669: Do not html filter TT assignement statements 2018-10-26 16:38:36 +00:00
moveitem.tt Bug 20044: Switch single-column templates to Bootstrap grid: Cataloging 2018-10-24 13:05:57 +00:00
z3950_auth_search.tt Bug 13272: Adds type="text" to inputs missing it 2018-10-01 11:18:30 +00:00
z3950_search.tt Bug 12747: Add extra column in Z3950 search 2018-10-01 13:56:26 +00:00