From b909447ed2e9e7643f94f91fb1b1582f5eda8d19 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 9 Feb 2007 00:24:37 +0000 Subject: [PATCH] *Add a space to balance show/hide link --- includes/PageHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.20.1