r45684 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45683‎ | r45684 | r45685 >
Date:19:51, 12 January 2009
Author:raymond
Status:ok
Tags:
Comment:
Modified paths:
  • /trunk/phase3/includes/LogEventsList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/LogEventsList.php
@@ -362,7 +362,7 @@
363363 }
364364
365365 return Xml::tags( 'li', array( "class" => "mw-logline-$row->log_type" ),
366 - $del . $time . ' ' . $userLink . ' ' . $action . ' ' . $comment . ' ' . $revert );
 366+ $del . $time . ' ' . $userLink . ' ' . $action . ' ' . $comment . ' ' . $revert ) . "\n";
367367 }
368368
369369 /**

Status & tagging log