Fix the stupidest of stupid misspellings.
This commit is contained in:
parent
1843cae297
commit
2e346e597f
|
@ -58,7 +58,7 @@ require_once(SITE_LOCATION . '/php/notificationconditiontree.php');
|
||||||
</div>
|
</div>
|
||||||
<div id="leftColumn">
|
<div id="leftColumn">
|
||||||
<form id="wordEntryForm">
|
<form id="wordEntryForm">
|
||||||
<div id="formLockButton" class="clickable" onclick="ToggleWordFormLock()" title="Lock/lnlock form from the top of the page">🔒</div>
|
<div id="formLockButton" class="clickable" onclick="ToggleWordFormLock()" title="Lock/unlock form from the top of the page">🔒</div>
|
||||||
<label><span>Word</span>
|
<label><span>Word</span>
|
||||||
<input type="text" id="word" />
|
<input type="text" id="word" />
|
||||||
</label>
|
</label>
|
||||||
|
|
Loading…
Reference in New Issue