From: Antoine Musso Date: Wed, 27 Oct 2004 23:37:05 +0000 (+0000) Subject: XHTML fix X-Git-Tag: 1.5.0alpha1~1435 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=131e27f15708c8a71786886644d6c0a5e3d34ed0;p=lhc%2Fweb%2Fwiklou.git XHTML fix --- diff --git a/includes/Article.php b/includes/Article.php index fdb9d464cd..e319524b33 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -871,7 +871,7 @@ class Article { $targetUrl = $rt->escapeLocalURL(); $titleText = htmlspecialchars( $rt->getPrefixedText() ); $link = $sk->makeLinkObj( $rt ); - $wgOut->addHTML( '' . + $wgOut->addHTML( '' . ''.$link.'' ); } else if ( $pcache ) { # Display content and save to parser cache