added class for styling
authorGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 22 Mar 2004 23:53:58 +0000 (23:53 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Mon, 22 Mar 2004 23:53:58 +0000 (23:53 +0000)
includes/PageHistory.php

index 3e1ff45..65f041e 100644 (file)
@@ -105,7 +105,7 @@ class PageHistory {
        {
                global $wgTitle;
                $this->lastdate = $this->lastline = "";
-               $s = "\n<p>" . wfMsg( "histlegend" ) . "\n<ul>";
+               $s = "\n<p>" . wfMsg( "histlegend" ) . "\n<ul class='special'>";
                $url = $wgTitle->getLocalURL("-");
                $s .= "<SCRIPT>
                        var sel = -1;