Search inserts hidden input element which breaks XHTML1.1
-
When checking my XHMTL 1.1 compliance, I came up with an error near my searchbox. I’m using the WP 2.0.2 default. It inserts
<input type="hidden" name="PHPSESSID" value="[random string]" />
directly after the form element, evading any attempts to be contained inside a proper block element.Any assistance would be appreciated.
SERVER INFO:
2.4 kernel
PHP 4.4.1
MYSQL 4.0.25
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Search inserts hidden input element which breaks XHTML1.1’ is closed to new replies.