From 99e2e48a6b7a10f5a79799a8dc0fecb393f0f7c6 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 21 Sep 2008 15:21:29 +0000 Subject: [PATCH] Append a * if a tooltip is available --- includes/specials/SpecialStatistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialStatistics.php b/includes/specials/SpecialStatistics.php index b312f3dc93..6edc0445ef 100644 --- a/includes/specials/SpecialStatistics.php +++ b/includes/specials/SpecialStatistics.php @@ -164,7 +164,7 @@ function wfSpecialStatistics( $par = '' ) { */ function formatRow( $text, $number, $trExtraParams = '', $tooltip = '' ) { if( $tooltip ) { - $text = '
' . $text . '
'; + $text = '
' . $text . '*
'; } return " -- 2.20.1