Skip to content

Commit

Permalink
Merge pull request #26 from usernamenotused/patch-1
Browse files Browse the repository at this point in the history
Update radio-choices.tpl
  • Loading branch information
viveleroi committed Dec 31, 2015
2 parents dd3afa4 + 53686fa commit d210097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/runner/radio-choices.tpl
@@ -1,4 +1,4 @@
<li>
<label for="{id}">{label}</label>
<input type="checkbox" value="{value}"{?selected} checked="checked"{/selected}>
</li>
<input type="radio" value="{value}" {?selected}checked="checked"{/selected}>
</li>

0 comments on commit d210097

Please sign in to comment.