diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ <body> <x-fretboard strings='6' frets='7'> <template class='string'> - <x-string tonic='' frets='' slot='string'> + <x-string tonic='' frets='' slot='string' value=''> <form> <input type='checkbox' name='muted'> <li class='fret open'><slot name='open'></slot></li> @@ -19,7 +19,7 @@ <input slot='fret' type='radio' name='' value=''> </li> </template> - <p class='selected'><slot name='selected'>selected</slot></p> + <p class='selected'><slot name='selected'></slot></p> </form> </x-string> </template> |
