Skip to content

Commit

Permalink
Klasse für CodeMirror geändert
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhard committed Aug 3, 2018
1 parent f0ab98b commit 14439f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/system.properties.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
$n = [];

$n['label'] = '<label for="properties_settings">' . htmlspecialchars_decode($this->i18n('config_properties_settings')) . '</label>';
$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>';
$formElements[] = $n;

$fragment = new rex_fragment();
Expand Down

0 comments on commit 14439f9

Please sign in to comment.