]> git.deb.at Git - deb/packages.git/commitdiff
html/head.tmpl: Fix HTML syntax error
authorFrank Lichtenheld <frank@lichtenheld.org>
Sun, 2 Sep 2007 21:51:54 +0000 (21:51 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Sun, 2 Sep 2007 22:01:05 +0000 (22:01 +0000)
W3.org validator didn't find this! w3m however reacted
very bad to it...

templates/html/head.tmpl

index 308d3965f9256e5a53721e5a355ee64afbe92f35..05e8d975ece5281d1a3d3678c3bcb01c1381b295 100644 (file)
@@ -49,7 +49,7 @@
 package names</option>
 <option value="all" [% selected IF search_field_values.searchon == 'all' %]>descriptions</option>
 <option value="sourcenames" [% selected IF search_field_values.searchon == 'sourcenames' %]>source package names</option>
 package names</option>
 <option value="all" [% selected IF search_field_values.searchon == 'all' %]>descriptions</option>
 <option value="sourcenames" [% selected IF search_field_values.searchon == 'sourcenames' %]>source package names</option>
-<option value="contents" [% selected IF search_field_values.searchon == 'contents' %]>package contents</option
+<option value="contents" [% selected IF search_field_values.searchon == 'contents' %]>package contents</option>
 </select>
 <input type="text" size="30" name="keywords" value="[% search_field_values.keywords | html %]" id="kw">
 <span style="font-size: 60%"><a href="[% searchformurl %]">all options</a></span>
 </select>
 <input type="text" size="30" name="keywords" value="[% search_field_values.keywords | html %]" id="kw">
 <span style="font-size: 60%"><a href="[% searchformurl %]">all options</a></span>