Bug 14659: (QA followup) switch to using Koha::Patron::Categories
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-auth.tt
index a267ef1..c5cd351 100644 (file)
                                 <input type="hidden" name="koha_login_context" value="opac" />
                                 <fieldset class="brief">
                                     [% FOREACH INPUT IN INPUTS %]
-                                        <input type="hidden" name="[% INPUT.name %]" value="[% INPUT.value %]" />
+                                        <input type="hidden" name="[% INPUT.name |html %]" value="[% INPUT.value |html %]" />
                                     [% END %]
                                     <label for="userid">Login</label>
                                     <input type="text"  size="25" id="userid"  name="userid" />