Recent Topics

1 Aug 20, 2008 20:54    

_coll_search_form.widget.php line 92:

		echo '<input type="submit" name="submit" class="submit" value="'.T_('Search').'" class="search_submit" />';

Replace with

		echo '<input type="submit" name="submit" value="'.T_('Search').'" class="search_submit" />';

2 Aug 20, 2008 22:26

Committed to CVS HEAD on 2008/04/30
This was the first bug I found directly after release of 2.4.2

3 Aug 20, 2008 23:02

I kinda figured someone must know of it cuz how could no one have noticed it yet? So I searched the bugs forum for "search form" and got no results before deciding to post.

Cool that it's fixed already!


Form is loading...