I tried to edit my template and of course managed to break my site search code. Unfortunately I can't tell what I changed that made it go wrong. The blog is http://blog.org and the search form code in it now is:
<form method="get" id="searchform"
action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div><input
value="<?php echo wp_specialchars($s, 1); ?>" name="s"
id="s" type="text"><input
id="searchsubmit" value="Search" type="submit">
</div>
Where did I go wrong?
P.S. I just discovered the "category" pulldown seems broken in the same way too.