X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FArticle.php;h=9e12611c13dd64152efedb3cc4a1addc2d1e2483;hb=8485b649c605bc4e785f8eacc359855c297b0fdb;hp=3dd47a01b01ff30d9b576c7bb7c4eee224f82d0d;hpb=3a6ac5a3c3c59c15d7034b914f9549ce60fb7712;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Article.php b/includes/Article.php index 3dd47a01b0..9e12611c13 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -2176,7 +2176,7 @@ class Article { if( $current->getComment() != '') { $wgOut->addHTML( wfMsg( 'editcomment', - htmlspecialchars( $current->getComment() ) ) ); + $wgUser->getSkin()->formatComment( $current->getComment() ) ) ); } return; } @@ -2348,7 +2348,7 @@ class Article { * * @param Revision $rev * - * @fixme This is a shitty interface function. Kill it and replace the + * @todo This is a shitty interface function. Kill it and replace the * other shitty functions like editUpdates and such so it's not needed * anymore. */