* Fix regression from r19781 causing the little arrow next to section names in histor...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 7 Feb 2007 03:30:56 +0000 (03:30 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 7 Feb 2007 03:30:56 +0000 (03:30 +0000)
includes/PageHistory.php

index a2fbd56..0575fcb 100644 (file)
@@ -224,7 +224,7 @@ class PageHistory {
                        $s .= " <span class=\"history-deleted\"><span class=\"comment\">" .
                        wfMsgHtml( 'rev-deleted-comment' ) . "</span></span>";
                } else {
-                       $s .= $this->mSkin->commentBlock( $rev->getComment() );
+                       $s .= $this->mSkin->revComment( $rev );
                }
                
                if ($notificationtimestamp && ($row->rev_timestamp >= $notificationtimestamp)) {