small html fix (mostly for translator purposes)
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / search.tmpl
index 4848d5a..ec67198 100644 (file)
                     <select name="Filter">
                         <option value="">All Item Types</option>
                         <!-- TMPL_LOOP name="itemtypeloop" -->
-                            <option value="<!-- TMPL_VAR name="value" -->" 
-                    <!-- TMPL_IF name="selected" --> selected="selected"
-                    <!-- /TMPL_IF -->><!-- TMPL_VAR name="description" --></option>
+                            <!-- TMPL_IF name="selected" -->
+                                <option value="<!-- TMPL_VAR name="value" -->"  selected="selected" >
+                            <!-- TMPL_ELSE -->
+                                <option value="<!-- TMPL_VAR name="value" -->">
+                            <!-- /TMPL_IF --><!-- TMPL_VAR name="description" --></option>
                         <!-- /TMPL_LOOP -->
                     </select>
                 </td>