Bug 10420 - Standardize spelling of "authorized"
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / form-blocks.inc
index 4999eec..8c307d5 100644 (file)
@@ -1,5 +1,5 @@
-[% BLOCK selectoption %]
-    [% IF value == selected %]<option value='[% value %]' selected='selected'>[% text %]</option>
-    [% ELSE %]<option value='[% value %]'>[% text %]</option>
+[% BLOCK selectoptionopen %]
+    [% IF value == selected %]<option value='[% value %]' selected='selected'>
+    [% ELSE %]<option value='[% value %]'>
     [% END %]
 [% END %]