]> git.openstreetmap.org Git - stateofthemap.git/blob - searchform.php
Update http -> https img links
[stateofthemap.git] / searchform.php
1 <form class="search" method="get" id="searchform" action="<?php echo $_SERVER['PHP_SELF']; ?>">
2 <input class="textbox" type="text" value="<?php echo wp_specialchars($s, 1); ?>" name="s" id="s" />
3 <input class="button" type="submit" id="searchsubmit" value="Search" />
4 </form>