Bug 13618: Remove html filters for HtmlTags
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Jul 2018 20:36:29 +0000 (17:36 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 17 Aug 2018 15:55:08 +0000 (15:55 +0000)
commit10c154353f78c942647fae4fbadccc555fbea3a3
treecf65b828236d122653d3da9d2a4029dfe5b0db20
parentf8e0d905ff98b951de3826420c0c133f52e237cc
Bug 13618: Remove html filters for HtmlTags

We will have to make sure this filter (HtmlTags) is not used with
unsafe variables.

Generated by:
perl -p -i -e 's/HtmlTags tag([^\|]*)\| html -%]/HtmlTags tag\1-%]/g' **/*.tt **/*.inc
perl -p -i -e 's/HtmlTags tag([^\|]*)\| html %]/HtmlTags tag\1%]/g' **/*.tt **/*.inc

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
koha-tmpl/intranet-tmpl/prog/en/modules/about.tt
koha-tmpl/intranet-tmpl/prog/en/modules/admin/currency.tt
koha-tmpl/intranet-tmpl/prog/en/modules/installer/step2.tt