moved bad variable name

This commit is contained in:
marco
2013-05-03 08:10:37 -07:00
parent c842a5fc7c
commit 036991dce8

View File

@@ -22,7 +22,7 @@
<!--% for type in sorted(something.keys()):-->
<!--is-set class applied when user sets value-->
<li class="settings-row is-set">
<label for="<%= ...settingLabel... %>">Setting Display Name Goes Here</label>
<label for="inputVariableHere">Setting Display Name Goes Here</label>
<input type="${type}" id="firstname"/>
<!--button clickable if is-set -->
<button type="button" name="setting-clear" value="Clear" class="setting-clear " data-tooltip="Clear">