Bug 21770: Allow html_entity for href
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 6 Nov 2018 14:03:28 +0000 (11:03 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 8 Nov 2018 10:35:18 +0000 (10:35 +0000)
commit6932e104f31bc80e7320fe9f5d48ed16d5fb4d3a
tree51a43f07243cef37bde3b488b9654d21a93d3b01
parentf9e83266d1e4c987412a57a77ca7d0a4d653a65b
Bug 21770: Allow html_entity for href

We certainly should not expect this filter to be used much for href, but
we have one occurrence that needs it.

Test plan:
t/template_filters.t and xt/find-missing-filters.t must return green

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
t/lib/QA/TemplateFilters.pm