Skip to content

Commit 72a542b

Browse files
committed
Merge pull request #110 from stickz/patch-12
Fix Syntax Error
2 parents 2606282 + c8034a0 commit 72a542b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_upload/themes/default/box_admin_comms_search.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<td align="center" class="listtable_1" ><input id="ban_type_" type="radio" name="search_type" value="radiobutton"></td>
105105
<td class="listtable_1" >Type</td>
106106
<td class="listtable_1" >
107-
<select class="select id="ban_type" onmouseup="$('ban_type_').checked = true" style="width: 95%;"">
107+
<select class="select id="ban_type" onmouseup="$('ban_type_').checked = true" style="width: 95%;">
108108
<option value="1" selected>Mute</option>
109109
<option value="2">Gag</option>
110110
</select>

0 commit comments

Comments
 (0)