Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/addons/fortag.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/addons/fortag.thtml')
-rw-r--r--site/app/views/addons/fortag.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/addons/fortag.thtml b/site/app/views/addons/fortag.thtml
index e59592b..25b5c06 100644
--- a/site/app/views/addons/fortag.thtml
+++ b/site/app/views/addons/fortag.thtml
@@ -1,9 +1,9 @@
<h2><?=count($addons)?> Addons found for tag <b><i><?=$tag_text?></i></b></h2>
-<?
+<?php
foreach ($addons as $var => $val) {
echo $this->renderElement('amo2009/homepage_addon', array('addon' => $val));
}
-?> \ No newline at end of file
+?>