Skip to content

Commit

Permalink
Label on search form.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
saxmatt committed Feb 27, 2004
1 parent 87655b1 commit f46175d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@
<?php wp_list_cats(); ?>
</ul>
</li>
<li id="search">Search:
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
<li id="search">
<label for="s">Search:</label>
<form id="searchform" method="get" action="<?php echo $PHP_SELF; ?>">
<div>
<input type="text" name="s" size="15" /><br />
<input type="text" name="s" id="s" size="15" /><br />
<input type="submit" name="submit" value="search" />
</div>
</form>
Expand Down

0 comments on commit f46175d

Please sign in to comment.