From: Brion Vibber Date: Sun, 3 Oct 2004 01:31:12 +0000 (+0000) Subject: * Fix XHTML validity error for pages with apostrophe (bug introduced in head, 1.3... X-Git-Tag: 1.5.0alpha1~1681 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=271cfe07aa5691cb50c81e80d99c5070c11bd07d;p=lhc%2Fweb%2Fwiklou.git * Fix XHTML validity error for pages with apostrophe (bug introduced in head, 1.3 looks quoted properly) --- diff --git a/includes/PageHistory.php b/includes/PageHistory.php index f0c8a8aa27..0f42b6f5e3 100644 --- a/includes/PageHistory.php +++ b/includes/PageHistory.php @@ -127,7 +127,7 @@ class PageHistory { $s = '

' . wfMsg( 'histlegend' ) . '

'; $s .= '
'; $prefixedkey = htmlspecialchars($wgTitle->getPrefixedDbKey()); - $s .= "\n"; + $s .= "\n"; $s .= !empty($this->submitbuttonhtml1) ? $this->submitbuttonhtml1."\n":''; $s .= '