From 99f8171f66534e4b0146c2ab2c00fa008ccbf7bc Mon Sep 17 00:00:00 2001 From: dingguodong Date: Fri, 21 Jul 2023 16:50:30 +0800 Subject: [PATCH] * Remove the use of htmlSpecialString. --- module/story/ui/create.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/story/ui/create.html.php b/module/story/ui/create.html.php index 239f5738e7..1ec3964c99 100644 --- a/module/story/ui/create.html.php +++ b/module/story/ui/create.html.php @@ -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']), ),