Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/editors/review.thtml
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2016-02-28 19:20:31 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2016-02-28 19:20:31 (GMT)
commite658d924d5342394b1e7316c120cd95cfdcba3ef (patch)
treee9d7da32316d781d2bc5d6272f649ce634b60e8f /site/app/views/editors/review.thtml
parentfe1adeb6cfa6b7f8ef5cbd94f67bf69db0d4596e (diff)
Fix PHP upgrade related issues
Diffstat (limited to 'site/app/views/editors/review.thtml')
-rw-r--r--site/app/views/editors/review.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/editors/review.thtml b/site/app/views/editors/review.thtml
index 13accd1..f3e728e 100644
--- a/site/app/views/editors/review.thtml
+++ b/site/app/views/editors/review.thtml
@@ -289,10 +289,10 @@ if (!empty($addon['Translation']['developercomments']['string'])) {
<div class="top"><a href="#top"><?=___('Top')?></a></div>
</div>
<br class="clear">
- <? foreach($version['File'] as $file) : ?>
+ <?php foreach($version['File'] as $file) : ?>
<h4><?= $html->link(sprintf(___('Validation results for %s'), $file['filename']), '/developers/versions/validate/' . $version['Version']['id'] . '#test-results-' . $file['id']) ?></h4>
<?= $this->renderElement('developers/testresults_header', array('test_groups' => $file['groups'], 'all_groups' => $test_groups, 'file' => array('File' => $file), 'counts' => $file['counts'], 'external_link' => true)); ?>
- <? endforeach; ?>
+ <?php endforeach; ?>
</div>
<br class="clear">
<div id="history">