From: Siebrand Mazeland Date: Sun, 21 Sep 2008 15:21:29 +0000 (+0000) Subject: Append a * if a tooltip is available X-Git-Tag: 1.31.0-rc.0~45165 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/%7B%7B%20url_for%28%27vote%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=99e2e48a6b7a10f5a79799a8dc0fecb393f0f7c6;p=lhc%2Fweb%2Fwiklou.git Append a * if a tooltip is available --- 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 "