summaryrefslogtreecommitdiff
path: root/modules/forum/forum-submitted.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum/forum-submitted.tpl.php')
-rw-r--r--modules/forum/forum-submitted.tpl.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php
index 79580c3aa..747cf8375 100644
--- a/modules/forum/forum-submitted.tpl.php
+++ b/modules/forum/forum-submitted.tpl.php
@@ -1,10 +1,10 @@
-<?php
+<?php
// $Id$
/**
* @file forum-submitted.tpl.php
* Default theme implementation to format a simple string indicated when and
* by whom a topic was submitted.
- *
+ *
* Available variables:
*
* - $author: The author of the post.
@@ -19,7 +19,7 @@
<?php if ($time): ?>
<?php print t(
'@time ago<br />by !author', array(
- '@time' => $time,
+ '@time' => $time,
'!author' => $author,
)); ?>
<?php else: ?>