* Remove the use of htmlSpecialString.

This commit is contained in:
dingguodong
2023-07-21 16:50:45 +08:00
parent 48860d4dbf
commit 99f8171f66
+1 -1
View File
@@ -345,7 +345,7 @@ formPanel
set::label($lang->story->spec),
set::control('editor'),
set::name('spec'),
set::placeholder(htmlSpecialString($lang->story->specTemplate . "\n" . $lang->noticePasteImg)),
set::placeholder($lang->story->specTemplate . "\n" . $lang->noticePasteImg),
set::value($fields['spec']['default']),
set::required($fields['spec']['required']),
),