diff options
Diffstat (limited to 'modules/forum/forum-submitted.tpl.php')
-rw-r--r-- | modules/forum/forum-submitted.tpl.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/forum/forum-submitted.tpl.php b/modules/forum/forum-submitted.tpl.php index 8695e3464..c025a9862 100644 --- a/modules/forum/forum-submitted.tpl.php +++ b/modules/forum/forum-submitted.tpl.php @@ -18,11 +18,12 @@ */ ?> <?php if ($time): ?> - <?php print t( - '@time ago<br />by !author', array( + <span class="submitted"> + <?php print t('By !author @time ago', array( '@time' => $time, '!author' => $author, )); ?> + </span> <?php else: ?> <?php print t('n/a'); ?> <?php endif; ?> |