Browse Source

Bug 13618: Escape patron's attributes - do we want that?

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>
18.11.x
Jonathan Druart 6 years ago
committed by Nick Clemens
parent
commit
fd9ea323fe
  1. 2
      koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

2
koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt

@ -351,7 +351,7 @@
[% IF ( item.value_description ) %]
[% item.value_description | html %]
[% ELSE %]
[% item.value| html_line_break %]
[% item.value| html | html_line_break %]
[% END %]
</li>
[% END %]

Loading…
Cancel
Save