From: Raimond Spekking Date: Mon, 12 Jan 2009 19:51:49 +0000 (+0000) Subject: Add a linebreak per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/45052#c1221 X-Git-Tag: 1.31.0-rc.0~43450 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=1413bfd98389c2bba02afc7bd5fb70069a83a492;p=lhc%2Fweb%2Fwiklou.git Add a linebreak per mediawiki.org/wiki/Special:Code/MediaWiki/45052#c1221 --- diff --git a/includes/LogEventsList.php b/includes/LogEventsList.php index 528bd3aa56..994257c7d6 100644 --- a/includes/LogEventsList.php +++ b/includes/LogEventsList.php @@ -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"; } /**