From 1413bfd98389c2bba02afc7bd5fb70069a83a492 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Mon, 12 Jan 2009 19:51:49 +0000 Subject: [PATCH] Add a linebreak per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/45052#c1221 --- includes/LogEventsList.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } /** -- 2.20.1