From 77cc76394f14d2e7826a5def1add7ce29886c6d8 Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 22 May 2006 08:59:15 +0000 Subject: [PATCH] Minor cosmetic change...add parentheses --- includes/SpecialUndelete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.20.1