* Forgot the trailing newline
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 14 Jul 2005 00:48:34 +0000 (00:48 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 14 Jul 2005 00:48:34 +0000 (00:48 +0000)
includes/SpecialVersion.php

index 0f39124..a525d35 100644 (file)
@@ -71,7 +71,7 @@ function formatExtensionCredits( $name, $author, $url = null, $version = null )
                $ret .= ']';
        if ( isset( $version ) )
                $ret .= " $version";
-       $ret .= " by $author";
+       $ret .= " by $author\n";
        return $ret;
 }
 ?>