<tr id="toctitle"> for the first table row in a TOC
authorArne Heizmann <timwi@users.mediawiki.org>
Sat, 12 Jun 2004 02:32:11 +0000 (02:32 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Sat, 12 Jun 2004 02:32:11 +0000 (02:32 +0000)
includes/Skin.php

index 1ac1d97..7b097b4 100644 (file)
@@ -2591,7 +2591,7 @@ class Skin {
                # try min-width & co when somebody gets a chance
                $hideline = ' <script type="text/javascript">showTocToggle("' . addslashes( wfMsg('showtoc') ) . '","' . addslashes( wfMsg('hidetoc') ) . '")</script>';
                return
-               '<table border="0" id="toc"><tr><td align="center">'."\n".
+               '<table border="0" id="toc"><tr id="toctitle"><td align="center">'."\n".
                '<b>'.wfMsg('toc').'</b>' .
                $hideline .
                '</td></tr><tr id="tocinside"><td>'."\n".