Menu

#2 XHTML validation fix for fsSubmitCheck

open
nobody
None
5
2005-05-17
2005-05-17
Anonymous
No

This is just a small XHTML fix, since direct use of the
<input /> tag is not permitted within a <form></form> tag.

File: block.fs_form.php
Around line: 43
Search:
echo '<input type="hidden" name="fsSubmitCheck"
value="true" />' . "\n";
Replace with:
echo '<div style="visibility:hidden"><input
type="hidden" name="fsSubmitCheck" value="true"
/></div>' . "\n";

Cheers,
Chris

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.