From 7b589c1d185a62c30e89cc309a8fd81023eba8cb Mon Sep 17 00:00:00 2001 From: Fernando van Loenhout Date: Thu, 16 Apr 2026 12:24:26 +0200 Subject: [PATCH] Change textfield to textarea for extraclasses --- modify_field.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modify_field.php b/modify_field.php index 4dcdf84..a82a89b 100644 --- a/modify_field.php +++ b/modify_field.php @@ -494,9 +494,9 @@ preg_match('/{TEMPLATE/',$settings['uploadfile_html']) ){ $fieldtypeoption .= "\n". $LANG['backend']['txt_extraclasses'] .":\n"; - $fieldtypeoption .= '' - . $form['extraclasses'] ."
" + . $form['extraclasses'] ."
" . "".$LANG['backend']['des_extraclasses']."\n\n"; } if(preg_match('/{TEMPLATE/',$settings['field_loop'])){