Correction of table

Jump to: navigation, search

The cells inside the tr tag should be th's, not td's:

                $output = "<table class=\"wikitable contributionscores plainlinks{$sortable}\" >\n".
                        "<tr class='header'>\n".
                        "<th>" . wfMsgHtml( 'contributionscores-score' ) . "</th>\n" .
                        "<th>" . wfMsgHtml( 'contributionscores-pages' ) . "</th>\n" .
                        "<th>" . wfMsgHtml( 'contributionscores-changes' ) . "</th>\n" .
                        "<th>" . wfMsgHtml( 'contributionscores-username' ) . "</th>\n";
--Subfader 18:43, 5 June 2011 (UTC)06:09, 5 January 2012

They are, aren't they?

I did some minor refactoring in Special:Code/MediaWiki/108121.

siebrand09:07, 5 January 2012
 
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox