From: Ævar Arnfjörð Bjarmason Date: Sun, 19 Jun 2005 16:15:18 +0000 (+0000) Subject: * plain & is invalid in XML X-Git-Tag: 1.5.0beta1~137 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Main?a=commitdiff_plain;h=164f13e841691cbdbcb8e58244da3b7edb36918d;p=lhc%2Fweb%2Fwiklou.git * plain & is invalid in XML --- diff --git a/includes/SpecialValidate.php b/includes/SpecialValidate.php index 95faabf456..130d1a8208 100644 --- a/includes/SpecialValidate.php +++ b/includes/SpecialValidate.php @@ -51,7 +51,7 @@ class Validation { function getVersionLink( &$article, $revision, $text = "" ) { $t = $article->getTitle(); if( $text == "" ) $text = wfMsg("val_view_version"); - $ret = "getLocalURL( "oldid={$revision}" ) . "\">" . $text . ""; + $ret = "getLocalURL( "oldid={$revision}" )) . "\">" . $text . ""; return $ret; }