summaryrefslogtreecommitdiff
path: root/templates/page_date_bar.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2008-07-12 07:51:10 +0000
committerMax Kremmel <xing@synapse.plus.com>2008-07-12 07:51:10 +0000
commit6b4c80cbff7f179f9c174038f2f18de069caab2c (patch)
treeac042eff62794464f0831225b1fc9da13b595316 /templates/page_date_bar.tpl
parentb96f5009ab45c4bd589efa18f955d2f62c4abf3d (diff)
downloadwiki-6b4c80cbff7f179f9c174038f2f18de069caab2c.tar.gz
wiki-6b4c80cbff7f179f9c174038f2f18de069caab2c.tar.bz2
wiki-6b4c80cbff7f179f9c174038f2f18de069caab2c.zip
clean up date
Diffstat (limited to 'templates/page_date_bar.tpl')
-rw-r--r--templates/page_date_bar.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/page_date_bar.tpl b/templates/page_date_bar.tpl
index 314faf0..dfc1af4 100644
--- a/templates/page_date_bar.tpl
+++ b/templates/page_date_bar.tpl
@@ -1,8 +1,8 @@
{strip}
{if !$gBitSystem->isFeatureActive( 'wiki_hide_date' )}
<div class="date">
- {tr}Created by{/tr}: {displayname user=$pageInfo.creator_user user_id=$pageInfo.user_id real_name=$pageInfo.creator_real_name},
- {tr}Last modification on{/tr} {$pageInfo.last_modified|reltime}
+ {tr}Created by{/tr}: {displayname user=$pageInfo.creator_user user_id=$pageInfo.user_id real_name=$pageInfo.creator_real_name},&nbsp;
+ {tr}Last modification{/tr}: {$pageInfo.last_modified|reltime}
{if $pageInfo.modifier_user_id!=$pageInfo.user_id}
&nbsp;
{tr}by{/tr} {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name}