* Trackback display formatting fixed
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 25 Mar 2008 21:50:23 +0000 (21:50 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 25 Mar 2008 21:50:23 +0000 (21:50 +0000)
RELEASE-NOTES
includes/Article.php

index 7c577a3..99cb7eb 100644 (file)
@@ -132,6 +132,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 344) Purge cache for talk/article pages when deleting the other tab
 * (bug 13436) Treat image captions correctly when they include option keywords
   (like ending with "px" or starting with "upright")
+* Trackback display formatting fixed
 
 
 === API changes in 1.13 ===
index 87bab25..4552b81 100644 (file)
@@ -897,6 +897,7 @@ class Article {
                                                . $o->tb_id . "&token=" . urlencode( $wgUser->editToken() ) );
                                $rmvtxt = wfMsg( 'trackbackremove', htmlspecialchars( $delurl ) );
                        }
+                       $tbtext .= "\n";
                        $tbtext .= wfMsg(strlen($o->tb_ex) ? 'trackbackexcerpt' : 'trackback',
                                        $o->tb_title,
                                        $o->tb_url,