Added a function that returns the list of supported formats to ApiMain
[lhc/web/wiklou.git] / includes / ImagePage.php
index ad3a5a7..6d4aedf 100644 (file)
@@ -1097,7 +1097,7 @@ class ImageHistoryList {
                if ( $file->isDeleted( File::DELETED_COMMENT ) ) {
                        $row .= '<span class="history-deleted">' . wfMsgHtml( 'rev-deleted-comment' ) . '</span>';
                } else {
-                       $row .= $this->skin->commentBlock( $description, $this->title );
+                       $row .= $this->skin->commentBlock( $description, $this->title, false, false );
                }
                $row .= '</td>';