From 652610a2c1fbc4fceb692d4aba7012c0eaddae3e Mon Sep 17 00:00:00 2001 From: andi Date: Thu, 3 Feb 2005 20:02:09 +0100 Subject: editor names for old revisions #85 darcs-hash:20050203190209-9977f-e246ffa72e9eded86aaaf3502efbee75c608ec3b.gz --- inc/html.php | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'inc/html.php') diff --git a/inc/html.php b/inc/html.php index e6e1e7e8c..6da31045a 100644 --- a/inc/html.php +++ b/inc/html.php @@ -380,6 +380,10 @@ function html_metainfo(){ print $lang['lastmod']; print ': '; print $date; + if($INFO['editor']){ + print ' '.$lang['by'].' '; + print $INFO['editor']; + } if($INFO['locked']){ print ' · '; print $lang['lockedby']; @@ -606,14 +610,34 @@ function html_revisions(){ print parsedLocale('revisions'); print ''; -- cgit v1.2.3