Skip to content

Commit

Permalink
fixes #1699
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Dec 12, 2017
1 parent 787bbe8 commit ea06565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controls/views/radio.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
type="radio"
data-id="{{ data['data-id'] }}"
value="{{ key }}"
name="_customize-radio-{{ data.id }}"
name="_customize-radio-{{ data['data-id'] }}"
<# if ( data.value === key ) { #> checked<# } #>
/>
<# if ( _.isArray( val ) ) { #>
Expand Down

0 comments on commit ea06565

Please sign in to comment.