*Add a space to balance show/hide link
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 9 Feb 2007 00:24:37 +0000 (00:24 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 9 Feb 2007 00:24:37 +0000 (00:24 +0000)
includes/PageHistory.php

index 0575fcb..b397e8c 100644 (file)
@@ -206,7 +206,7 @@ class PageHistory {
                                        'target=' . urlencode( $this->mTitle->getPrefixedDbkey() ) .
                                        '&oldid=' . urlencode( $rev->getId() ) );
                        }
-                       $s .= "(<small>$del</small>) ";
+                       $s .= " (<small>$del</small>) ";
                }
                
                $s .= " $link";