Created
December 3, 2011 00:39
-
-
Save CloCkWeRX/1425533 to your computer and use it in GitHub Desktop.
Request #19097 HTML_QuickForm2 does not generate valid html - expects vs actual
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="quickform"><form method="post" id="form_name" | |
action="-"><div><input type="hidden" | |
name="_qf__form_name" id="_qf__form_name-0" /> | |
<div class="row"><label for="test-0" class="element"></label> | |
<div class="element"><input type="checkbox" name="test" | |
id="test-0" value="1" /></div></div></div></form></div></div> | |
</div> | |
<h2>Comments</h2> | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="quickform"><form method="post" id="form_name" | |
action="-"><div><input type="hidden" | |
name="_qf__form_name" id="qf__form_name-0" /> | |
<div class="row"><label for="test-0" class="element"> | |
</label><div class="element"><input type="checkbox" | |
name="test" id="test-0" value="1" /></div></div></div> | |
</form></div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment