From: Rob Church Date: Mon, 22 May 2006 08:59:15 +0000 (+0000) Subject: Minor cosmetic change...add parentheses X-Git-Tag: 1.31.0-rc.0~57065 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=77cc76394f14d2e7826a5def1add7ce29886c6d8;p=lhc%2Fweb%2Fwiklou.git Minor cosmetic change...add parentheses --- diff --git a/includes/SpecialUndelete.php b/includes/SpecialUndelete.php index 541d7aac4a..12cc45d550 100644 --- a/includes/SpecialUndelete.php +++ b/includes/SpecialUndelete.php @@ -389,7 +389,7 @@ class UndeleteForm { htmlspecialchars( $n ), "target=" . urlencode( $n ) ); $revisions = htmlspecialchars( wfMsg( "undeleterevisions", $wgLang->formatNum( $row->count ) ) ); - $wgOut->addHTML( "
  • $link $revisions
  • \n" ); + $wgOut->addHTML( "
  • $link ($revisions)
  • \n" ); } $result->free(); $wgOut->addHTML( "\n" );