From 17205532ded16b1c7e1e5b9851ae208e155d9e32 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Thu, 20 Oct 2005 19:33:55 +0000 Subject: [PATCH] valign attribute is invalid for img element --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 1f8bfd99e4..09c1ea8de8 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -783,7 +783,7 @@ class Article { $titleText = htmlspecialchars( $rt->getPrefixedText() ); $link = $sk->makeLinkObj( $rt ); - $wgOut->addHTML( '#REDIRECT' . + $wgOut->addHTML( '#REDIRECT' . ''.$link.'' ); $parseout = $wgParser->parse($text, $this->mTitle, ParserOptions::newFromUser($wgUser)); -- 2.20.1