From: Aaron Schulz Date: Fri, 9 Feb 2007 00:24:37 +0000 (+0000) Subject: *Add a space to balance show/hide link X-Git-Tag: 1.31.0-rc.0~54094 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b909447ed2e9e7643f94f91fb1b1582f5eda8d19;p=lhc%2Fweb%2Fwiklou.git *Add a space to balance show/hide link --- diff --git a/includes/PageHistory.php b/includes/PageHistory.php index 0575fcb544..b397e8cb08 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -206,7 +206,7 @@ class PageHistory { 'target=' . urlencode( $this->mTitle->getPrefixedDbkey() ) . '&oldid=' . urlencode( $rev->getId() ) ); } - $s .= "($del) "; + $s .= " ($del) "; } $s .= " $link";