We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ab98b commit 14439f9Copy full SHA for 14439f9
pages/system.properties.php
@@ -90,7 +90,7 @@
90
$n = [];
91
92
$n['label'] = '<label for="properties_settings">' . htmlspecialchars_decode($this->i18n('config_properties_settings')) . '</label>';
93
-$n['field'] = '<textarea class="form-control rex-code" data-codemirror-mode="text/x-ini" rows="25" id="properties_settings" name="settings[properties_settings]">' . $Values['properties_settings'] . '</textarea>';
+$n['field'] = '<textarea class="form-control codemirror" data-codemirror-mode="text/x-ini" rows="25" id="properties_settings" name="settings[properties_settings]">' . $Values['properties_settings'] . '</textarea>';
94
$formElements[] = $n;
95
96
$fragment = new rex_fragment();
0 commit comments