Add a linebreak per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/45052#c1221
authorRaimond Spekking <raymond@users.mediawiki.org>
Mon, 12 Jan 2009 19:51:49 +0000 (19:51 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Mon, 12 Jan 2009 19:51:49 +0000 (19:51 +0000)
includes/LogEventsList.php

index 528bd3a..994257c 100644 (file)
@@ -362,7 +362,7 @@ class LogEventsList {
                }
 
                return Xml::tags( 'li', array( "class" => "mw-logline-$row->log_type" ),
-                       $del . $time . ' ' . $userLink . ' ' . $action . ' ' . $comment . ' ' . $revert );
+                       $del . $time . ' ' . $userLink . ' ' . $action . ' ' . $comment . ' ' . $revert ) . "\n";
        }
 
        /**