Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/amo2009/reviews.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/amo2009/reviews.thtml')
-rw-r--r--site/app/views/elements/amo2009/reviews.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/elements/amo2009/reviews.thtml b/site/app/views/elements/amo2009/reviews.thtml
index 49e5241..3bab17d 100644
--- a/site/app/views/elements/amo2009/reviews.thtml
+++ b/site/app/views/elements/amo2009/reviews.thtml
@@ -47,7 +47,7 @@ $addon_id = $addon['Addon']['id'];
?>
<?=$this->renderElement('amo2009/stars',array('rating' => $rating))?>
-<?
+<?php
$_url = $html->url('/addon/'.$addon_id);
if (!empty($collection_uuid))
$_url = $html->appendParametersToUrl($_url, array('collection_id' => $collection_uuid));