Skip to content

Commit

Permalink
Fixed element "add tag" in form after rebase on v3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Dec 18, 2016
1 parent 86318be commit dd44b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/public/contribution/type-form.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@

<?php if ($type->add_tags) : ?>
<div id="tag-form" class="field">
<div>
<div class="two columns alpha">
<?php echo $this->formLabel('tags', __('Add Tags')); ?>
</div>
<div>
<div class="inputs five columns omega">
<p id="add-tags-explanation" class="explanation"><?php echo __('Separate tags with %s', option('tag_delimiter')); ?></p>
<?php echo $this->formText('tags'); ?>
</div>
Expand Down

0 comments on commit dd44b47

Please sign in to comment.