-
Bug
-
Resolution: Fixed
-
3.0.6
-
None
-
PHP Environment:
Database:
On a 3.0.6 board, Firefox XHTML plugin shows an XHTML error
Error can also be seen on phpbb.com
http://www.phpbb.com/community/search.php?search_id=active_topics
line 920 column 451 - Error: end tag for element "label" which is not open
|
line 920
<label>Display posts from previous <select name="st" id="st"><option value="0">All results</option><option value="1">1 day</option><option value="7" selected="selected">7 days</option><option value="14">2 weeks</option><option value="30">1 month</option><option value="90">3 months</option><option value="180">6 months</option><option value="365">1 year</option></select></label><input type="submit" name="sort" value="Go" class="button2" /></label>
|
There should be a <label> mismatch in
styles/prosilver/template/search_results.html
around line 141
- is duplicated by
-
PHPBB-9951 XHTML validation error in prosilver/template/search_results.html
- Closed