Skip to content
This repository was archived by the owner on May 8, 2018. It is now read-only.

Commit b139a66

Browse files
author
Luís Otávio Cobucci Oblonczyk
committed
Merge branch 'hotfix/0.10.4' into develop
2 parents a579e4c + ba8a897 commit b139a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/PHPSC/Conference/UI/Pages/Call4Papers/FeedbackItem.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<?php if ($this->getItem()->getTags()) { ?>
1414
<div class="row" style="margin-bottom: 15px;">
1515
<div class="col-md-12">
16-
<?php foreach (explode(',', $this->getItem()->getTags()) as $index => $tag) { ?>
16+
<?php foreach ($this->getItem()->getTags() as $index => $tag) { ?>
1717
<span class="<?php echo $this->getLabel($index); ?>"><?php echo ucfirst($tag); ?></span>
1818
<?php } ?>
1919
</div>
@@ -28,4 +28,4 @@
2828
<p style="margin-right: 100px;" class="well"><?php echo nl2br($this->getItem()->getShortDescription()); ?></p>
2929
</div>
3030
</div>
31-
</div>
31+
</div>

0 commit comments

Comments
 (0)