From 59ff3e9a5754ebff7cf68a7ce35cf19843083e4f Mon Sep 17 00:00:00 2001 From: asjmtz Date: Thu, 4 Oct 2018 22:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=8C=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E5=9B=9E=E5=A4=8D=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/modules/topic/views/comment/_form.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/modules/topic/views/comment/_form.php b/frontend/modules/topic/views/comment/_form.php index 7113694..3f9753a 100644 --- a/frontend/modules/topic/views/comment/_form.php +++ b/frontend/modules/topic/views/comment/_form.php @@ -31,10 +31,6 @@ ] ]); ?> - errorSummary($model, [ - 'class' => 'alert alert-danger' - ]) ?> - field($model, 'comment')->widget(EditorMdWidget::className(), [ 'clientOptions' => [ 'height' => 200,