Changeset 2013 for trunk/wp-content/themes/kubrick/searchform.php
- Timestamp:
- 12/30/2004 11:25:15 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/kubrick/searchform.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/kubrick/searchform.php
r2012 r2013 1 <form method="get" id="searchform" action="<?php echo $PHP_SELF; ?>"> 2 <input type="text" value="<?=$s; ?>" name="s" id="s" /> 3 <input type="submit" id="searchsubmit" name="Submit" value="<?php _e('Go!'); ?>" /> 4 </form> 1 <form method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>"> 2 <div><input type="text" value="<?php echo bb_specialchars($s, 1); ?>" name="s" id="s" /> 3 <input type="submit" id="searchsubmit" name="Submit" value="Go!" /> 4 </div> 5 </form>
Note: See TracChangeset
for help on using the changeset viewer.