diff --git a/app/Setting.php b/app/Setting.php
index 8eae80dd..cf8cc22e 100644
--- a/app/Setting.php
+++ b/app/Setting.php
@@ -97,8 +97,8 @@ class Setting extends Model
if(isset($this->value) && (bool)$this->value === true) $checked = true;
$set_checked = ($checked) ? ' checked="checked"' : '';
$value = '
+
';