Skip to content

Commit

Permalink
Merge branch 'hotfix-10.8.22' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jul 7, 2017
2 parents 54662b9 + df78fd0 commit f89e26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/views/formcontrols/spinner/index.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
</cfscript>

<cfoutput>
<input type="number" id="#inputId#" class="#inputClass#" name="#inputName#" value="#value#" min="#minValue#" max="#maxValue#" step="#step#" maxlength="#Len( maxValue )#" tabindex="#getNextTabIndex()#">
</cfoutput>
<input type="number" id="#inputId#" class="#inputClass#" name="#inputName#" value="#value#" min="#minValue#" max="#maxValue#" step="#step#" tabindex="#getNextTabIndex()#">
</cfoutput>

0 comments on commit f89e26b

Please sign in to comment.