Bug 11297: (follow-up) Add html filter to new input field
authorKatrin Fischer <katrin.fischer.83@web.de>
Wed, 29 Aug 2018 10:20:02 +0000 (10:20 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 19 Feb 2020 16:08:00 +0000 (16:08 +0000)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/modules/admin/z3950servers.tt

index 65b996d..c5ec8fe 100644 (file)
@@ -82,7 +82,7 @@
         <li><label for="rank">Rank (display order): </label> <input type="text" name="rank" id="rank" size="4" value="[% server.rank | html %]" />
         </li>
         [% IF (server.servertype||type) == 'zed' %]
-        <li><label for="attributes">Attributes (additional PQF attributes added to each query): </label><input type="text" name="attributes" id="attributes" size="30" value="[% server.attributes %]" />
+        <li><label for="attributes">Attributes (additional PQF attributes added to each query): </label><input type="text" name="attributes" id="attributes" size="30" value="[% server.attributes | html %]" />
         </li>
         [% END %]
 
                 <span>Authority</span>
                 [% END %]
             </td>
-            <td>[% loo.attributes %]</td>
+            <td>[% loo.attributes | html %]</td>
             <td>
                 <div class="dropdown">
                     <a class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" href="#">