ID: 17398 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: Feature/Change Request Operating System: any PHP Version: 4.2.0 New Comment:
actually, this is a different issue. the <input type="hidden"> form element is added immediately following the <form> tag, which is not valid in xhtml. the correct solution currently is to remove 'form=fakeentry' from the url_rewriter.tags ini setting, and insert the <input type="hidden"> element yourself in a valid location. (i'm pretty sure there is another open bug about this, so i'm leaving this marked as bogus.) Previous Comments: ------------------------------------------------------------------------ [2002-05-23 18:02:04] [EMAIL PROTECTED] Change the php.ini setting according to: ; The separator used in PHP generated URLs to separate arguments. ; Default is "&". ;arg_separator.output = "&" not a bug > bogus ------------------------------------------------------------------------ [2002-05-23 17:18:07] [EMAIL PROTECTED] The auto-generated input should not be a direct descendant of the form element according to the XHTML 1.0 Strict DTD if you have the time and think it's worth it you may fix it. Anyway just a comment on my site from a visitor not satisfied with the Valid XHTML 1.0 logo I thought I should let you know. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=17398&edit=1