Skip to content

Commit

Permalink
Fix #219: Remove closing tag on <input/>
Browse files Browse the repository at this point in the history
  • Loading branch information
cburschka committed May 11, 2015
1 parent eb03233 commit fda54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.tpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h3>Settings</h3>
</tr>
<tr class="row">
<td><label for="settings-notifications.triggers">Alert keywords:</label></td>
<td class="setting"><input type="text" id="settings-notifications.triggers"></input></td>
<td class="setting"><input type="text" id="settings-notifications.triggers" /></td>
</tr>
<tr class="row">
<td><label for="settings-notifications.soundVolume">Sound volume:</label></td>
Expand Down

0 comments on commit fda54fe

Please sign in to comment.