From: Chad Horohoe Date: Fri, 13 Mar 2009 14:21:47 +0000 (+0000) Subject: Remove useless trailing space in alt text for redirect image. X-Git-Tag: 1.31.0-rc.0~42499 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=156176548d9fcfa667419bdce0e57171ec4591e6;p=lhc%2Fweb%2Fwiklou.git Remove useless trailing space in alt text for redirect image. --- 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.''; }