Skip to content

Commit

Permalink
Item13331: Neglected to close <input> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Apr 20, 2015
1 parent 1da69e3 commit 7470143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/templates/html.tmpl
Expand Up @@ -11,4 +11,4 @@ called function: HTML::textarea() will expand the 'textarea' template by defau
%TMPL:DEF{"cbgroup:checkbox"}%<td><label><input type='checkbox' name='%NAME%' value='%VALUE%' %CHECKED% class='%CLASS%' title='%TITLE%'/>%LABEL%</label></td>%TMPL:END%
%TMPL:DEF{"radio:table"}%<table>%TEXT%</table>%TMPL:END%
%TMPL:DEF{"radio:row"}%<tr>%TEXT%</tr>%TMPL:END%
%TMPL:DEF{"radio:button"}%<td><label><input name='%NAME%' value='%VALUE%' %CHECKED% class='%CLASS%' title='%TITLE%' type='radio'>%LABEL%</label></td>%TMPL:END%
%TMPL:DEF{"radio:button"}%<td><label><input name='%NAME%' value='%VALUE%' %CHECKED% class='%CLASS%' title='%TITLE%' type='radio'/>%LABEL%</label></td>%TMPL:END%

0 comments on commit 7470143

Please sign in to comment.