followup to 3004 - fix typo
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
96543dcf5f
commit
a0fd9d2cb0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
</li>
|
||||
<li>
|
||||
<label for="operatorb">Main entry: </label>
|
||||
<select name="operatorb" id="operator">
|
||||
<select name="operatorb" id="operatorb">
|
||||
<option value="contains">contains</option>
|
||||
<option value="start">starts with</option>
|
||||
<option value="is">is exactly</option>
|
||||
|
|
Loading…
Reference in a new issue