diff --git a/system/src/Settings.php b/system/src/Settings.php index ec4a83fa..fea52d04 100644 --- a/system/src/Settings.php +++ b/system/src/Settings.php @@ -248,7 +248,7 @@ class Settings implements \ArrayAccess echo '
'; } - echo ''; + echo ''; if ($setting['type'] === 'password') { echo '
'; @@ -266,7 +266,7 @@ class Settings implements \ArrayAccess if ($rows < 2) { $rows = 2; // always min 2 rows for textarea } - echo ''; + echo ''; } else if ($setting['type'] === 'options') {