War on cruft: commentBlock() usage, use a styled <span> for comments instead of mix...
[lhc/web/wiklou.git] / includes / SpecialIpblocklist.php
index cdc7f84..cd57458 100644 (file)
@@ -171,10 +171,7 @@ function wfAddRow( $block, $tag ) {
                  wfMsg( "unblocklink" ) . "</a>";
                $wgOut->addHTML( " ({$ublink})" );
        }
-       if ( "" != $block->mReason ) {
-               $wgOut->addHTML( " <em>(" . $sk->formatComment( $block->mReason ) .
-                 ")</em>" );
-       }
+       $wgOut->addHTML( $sk->commentBlock( $block->mReason ) );
        $wgOut->addHTML( "</li>\n" );
 }