Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/site/app/views/elements/developers/editors_review_history_item.thtml
diff options
context:
space:
mode:
Diffstat (limited to 'site/app/views/elements/developers/editors_review_history_item.thtml')
-rw-r--r--site/app/views/elements/developers/editors_review_history_item.thtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/views/elements/developers/editors_review_history_item.thtml b/site/app/views/elements/developers/editors_review_history_item.thtml
index 3eece81..9866462 100644
--- a/site/app/views/elements/developers/editors_review_history_item.thtml
+++ b/site/app/views/elements/developers/editors_review_history_item.thtml
@@ -54,7 +54,7 @@ else
}
?></td>
<td><?=$hist['Approval']['created']?></td>
- <?
+ <?php
$display_name = trim($hist['User']['firstname'].' '.$hist['User']['lastname']);
if (empty($display_name)) {
$display_name = $hist['User']['nickname'];