From 131e27f15708c8a71786886644d6c0a5e3d34ed0 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 27 Oct 2004 23:37:05 +0000 Subject: [PATCH] XHTML fix --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1