From b04996d917fe639e8194ef001c4b8ce0d87d8f81 Mon Sep 17 00:00:00 2001 From: jrotty Date: Mon, 5 Mar 2018 15:47:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E5=86=92=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- var/Widget/Options/Discussion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/Widget/Options/Discussion.php b/var/Widget/Options/Discussion.php index e555286a..453c93fd 100644 --- a/var/Widget/Options/Discussion.php +++ b/var/Widget/Options/Discussion.php @@ -163,7 +163,7 @@ class Widget_Options_Discussion extends Widget_Abstract_Options implements Widge $commentsHTMLTagAllowed = new Typecho_Widget_Helper_Form_Element_Textarea('commentsHTMLTagAllowed', NULL, $this->options->commentsHTMLTagAllowed, _t('允许使用的HTML标签和属性'), _t('默认的用户评论不允许填写任何的HTML标签, 你可以在这里填写允许使用的HTML标签.') . '
' - . _t('比如: %s', ': <a href=""> <img src=""> <blockquote>')); + . _t('比如: %s', '<a href=""> <img src=""> <blockquote>')); $commentsHTMLTagAllowed->input->setAttribute('class', 'mono'); $form->addInput($commentsHTMLTagAllowed);