Procházet zdrojové kódy

Update contact.php (#74)

Alexandr před 9 roky
rodič
revize
a25a953f8d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      views/site/contact.php

+ 1 - 1
views/site/contact.php

@@ -49,7 +49,7 @@ $this->params['breadcrumbs'][] = $this->title;
 
                     <?= $form->field($model, 'subject') ?>
 
-                    <?= $form->field($model, 'body')->textArea(['rows' => 6]) ?>
+                    <?= $form->field($model, 'body')->textarea(['rows' => 6]) ?>
 
                     <?= $form->field($model, 'verifyCode')->widget(Captcha::className(), [
                         'template' => '<div class="row"><div class="col-lg-3">{image}</div><div class="col-lg-6">{input}</div></div>',