From 156176548d9fcfa667419bdce0e57171ec4591e6 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 13 Mar 2009 14:21:47 +0000 Subject: [PATCH] Remove useless trailing space in alt text for redirect image. --- includes/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 4d356ecd63..d373093973 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1113,7 +1113,7 @@ class Article { . $sk->makeLinkObj( $rt, htmlspecialchars( $rt->getFullText() ) ); } } - return '#REDIRECT ' . + return '#REDIRECT' . ''.$link.''; } -- 2.20.1