Consistently use "WORDS" to make W3C validator happy.
This commit is contained in:
parent
0c6c759c0f
commit
5b45021c38
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26569
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.7 2005/10/06 19:27:37 ceri Exp $ -->
|
||||
<!-- $FreeBSD: www/share/sgml/includes.header.sgml,v 1.8 2005/11/06 17:21:28 hrs Exp $ -->
|
||||
|
||||
<!-- Images -->
|
||||
<!ENTITY i.daemon '<img src="&base;/gifs/daemon.gif" alt="" align="left" width="80" height="76">'>
|
||||
|
@ -59,7 +59,7 @@
|
|||
<div id="SEARCH">
|
||||
<form action="&cgibase;/search.cgi" method="get">
|
||||
<div>
|
||||
<h2 class="blockhide"><label for="words">Search</label></h2>
|
||||
<h2 class="blockhide"><label for="WORDS">Search</label></h2>
|
||||
<input type="hidden" name="max" value="25"> <input type="hidden" name="source" value="www"><input id="WORDS" name="words" type="text" size="20" maxlength="255" onfocus="if( this.value==this.defaultValue ) this.value='';" value="Search"> <input id="SUBMIT" name="submit" type="submit" value="Search">
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue