Completed
Pull Request — release-2.1 (#4877)
by Mathias
05:03
created
Themes/default/ManageBans.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -260,7 +260,7 @@
 block discarded – undo
260 260
 			<div class="windowbg">
261 261
 				<fieldset>
262 262
 					<legend>
263
-						<input type="checkbox" onclick="',$context['ban_trigger']['is_new'] ? '' : 'this.checked = false;','invertAll(this, this.form, \'ban_suggestion\');" id="triggers_check"> ', $txt['ban_triggers'], '
263
+						<input type="checkbox" onclick="',$context['ban_trigger']['is_new'] ? '' : 'this.checked = false;', 'invertAll(this, this.form, \'ban_suggestion\');" id="triggers_check"> ', $txt['ban_triggers'], '
264 264
 					</legend>
265 265
 					<dl class="settings">
266 266
 						<dt>
Please login to merge, or discard this patch.