Added plainlinks class to report tables for suppression of the lock icon over SSL connections.

This commit is contained in:
Tim Laqua 2007-09-02 22:32:07 +00:00
parent 0c568519ac
commit 8ab9039e26

View file

@ -66,7 +66,7 @@ class ContributionScores extends SpecialPage
$res = $dbr->query($sql); $res = $dbr->query($sql);
$output = "<table class=\"wikitable sortable\">\n". $output = "<table class=\"wikitable sortable plainlinks\">\n".
"<tr>\n". "<tr>\n".
"<td style=\"font-weight: bold;\">Score</td>\n". "<td style=\"font-weight: bold;\">Score</td>\n".
"<td style=\"font-weight: bold;\">Pages</td>\n". "<td style=\"font-weight: bold;\">Pages</td>\n".