diff options
| author | Peter Moore <moooooooo@users.sourceforge.net> | 2008-01-22 08:56:32 +0000 |
|---|---|---|
| committer | Peter Moore <moooooooo@users.sourceforge.net> | 2008-01-22 08:56:32 +0000 |
| commit | 8aef58d0969f373944e912f43f24e41acc85c0f1 (patch) | |
| tree | 17c182c25ca8201148f1dd8bae2d46402eed8892 /templates/page_date_bar.tpl | |
| parent | d533f84434f270e39db9246638273128854a6bbf (diff) | |
| download | wiki-8aef58d0969f373944e912f43f24e41acc85c0f1.tar.gz wiki-8aef58d0969f373944e912f43f24e41acc85c0f1.tar.bz2 wiki-8aef58d0969f373944e912f43f24e41acc85c0f1.zip | |
added a space between "ago" and "by" in the Last modified by section
Diffstat (limited to 'templates/page_date_bar.tpl')
| -rw-r--r-- | templates/page_date_bar.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page_date_bar.tpl b/templates/page_date_bar.tpl index db60d42..314faf0 100644 --- a/templates/page_date_bar.tpl +++ b/templates/page_date_bar.tpl @@ -4,8 +4,9 @@ {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} {if $pageInfo.modifier_user_id!=$pageInfo.user_id} + {tr}by{/tr} {displayname user=$pageInfo.modifier_user user_id=$pageInfo.modifier_user_id real_name=$pageInfo.modifier_real_name} {/if} </div> {/if} -{/strip}
\ No newline at end of file +{/strip} |
