Skip to content

Commit

Permalink
Merge branch 'fixForXHTML' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
QuackFuzed committed Sep 20, 2011
2 parents 5694de4 + c3ff149 commit ebf14ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tags/forms/cfUniForm/form.cfm
Expand Up @@ -1050,8 +1050,8 @@ jQuery("button.submitButton").click(function() { jQuery(this).attr("disabled",tr

<!--- csrf-prevention token --->
<cfoutput>
<input type="hidden" id="formID" name="formID" value="#attributes.id#">
<input type="hidden" id="#attributes.tokenFieldName#" name="#attributes.tokenFieldName#" value="#attributes.tokenCreator.generateToken(attributes.id, attributes.tokenTimeout)#">
<input type="hidden" id="formID" name="formID" value="#attributes.id#" />
<input type="hidden" id="#attributes.tokenFieldName#" name="#attributes.tokenFieldName#" value="#attributes.tokenCreator.generateToken(attributes.id, attributes.tokenTimeout)#" />
</cfoutput>
<cfoutput></form></cfoutput>
<!--- if we are suppose to load the JS and did not load to the head, load now --->
Expand Down

0 comments on commit ebf14ab

Please sign in to comment.