Skip to content
This repository has been archived by the owner on Jun 25, 2018. It is now read-only.

Commit

Permalink
#58 Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Klink committed Jan 20, 2016
1 parent 61094d4 commit 6434787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protected/views/entry/_form.php
Expand Up @@ -40,7 +40,7 @@
<?php echo $form->error($model, 'url'); ?>

<?php echo $form->labelEx($model, 'tagList'); ?>
<?php echo $form->textField($model, 'tagList', array('placeholder' => 'seperate by commas')); ?>
<?php echo $form->textField($model, 'tagList', array('placeholder' => 'separate by commas')); ?>
<?php echo $form->error($model, 'tagList'); ?>

<?php echo $form->labelEx($model, 'comment'); ?>
Expand All @@ -49,4 +49,4 @@

<?php echo CHtml::submitButton('Save', array('class' => 'button radius'))?>

<?php $this->endWidget(); ?>
<?php $this->endWidget(); ?>

0 comments on commit 6434787

Please sign in to comment.