diff --git a/templates/forms/i18n_formatted_input.php b/templates/forms/i18n_formatted_input.php index 4e667f5f2bf8f518157827ad867feddfae790ffd..f47d775755f35c0e5fb0dfab2ce4a585876f6144 100644 --- a/templates/forms/i18n_formatted_input.php +++ b/templates/forms/i18n_formatted_input.php @@ -7,7 +7,7 @@ <span class="asterisk" title="<?= _('Dies ist ein Pflichtfeld') ?>" aria-hidden="true">*</span> <? endif ?> </label> - <i18n-textarea type="wysiwyg" + <i18n-textarea type="<?= \Config::get()->WYSIWYG ? 'wysiwyg' : 'textarea' ?>" id="<?= $id ?>" name="<?= htmlReady($name) ?>" value="<?= htmlReady($value) ?>"