Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/tags/tag_added.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/tags/tag_added.thtml')
-rw-r--r--site/app/views/tags/tag_added.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/tags/tag_added.thtml b/site/app/views/tags/tag_added.thtml
index ba40e1a..0efd00d 100644
--- a/site/app/views/tags/tag_added.thtml
+++ b/site/app/views/tags/tag_added.thtml
@@ -47,8 +47,8 @@
?>
<?=$this->renderElement('addon_tags', array('userTags'=>$userTags, 'developerTags'=>$developerTags, 'origin'=>'users')); ?>
-<? if (!empty($message)) : ?>
+<?php if (!empty($message)) : ?>
<div id='tagMessage' class="tagnotice <?=$status?>"><?=$message?></div>
-<? endif; ?>
+<?php endif; ?>