diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 1dc0d5759..d31c97724 100644 --- a/inc/html.php +++ b/inc/html.php @@ -493,7 +493,7 @@ function html_revisions(){ foreach($revisions as $rev){ $date = date($conf['dformat'],$rev); - $info = getRevisionInfo($ID,$rev); + $info = getRevisionInfo($ID,$rev,true); print ($info['minor']) ? '<li class="minor">' : '<li>'; print '<div class="li">'; |