Index: trunk/phase3/includes/LogEventsList.php |
— | — | @@ -362,7 +362,7 @@ |
363 | 363 | } |
364 | 364 | |
365 | 365 | 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"; |
367 | 367 | } |
368 | 368 | |
369 | 369 | /** |