Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/app_compatibility.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/app_compatibility.thtml')
-rw-r--r--site/app/views/elements/app_compatibility.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/elements/app_compatibility.thtml b/site/app/views/elements/app_compatibility.thtml
index 2756956..bbb06fe 100644
--- a/site/app/views/elements/app_compatibility.thtml
+++ b/site/app/views/elements/app_compatibility.thtml
@@ -49,6 +49,6 @@
<ul>
<?php foreach($compatible_apps as $app): ?>
<li><?=$this->renderElement('app_versions', array('app' => $app))?></li>
- <? endforeach; ?>
+ <?php endforeach; ?>
</ul>
</div>