-
authorGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 27 May 2004 13:45:03 +0000 (13:45 +0000)
committerGabriel Wicke <gwicke@users.mediawiki.org>
Thu, 27 May 2004 13:45:03 +0000 (13:45 +0000)
includes/PageHistory.php

index d955975..34c6856 100644 (file)
@@ -114,7 +114,7 @@ class PageHistory {
                global $wgTitle;
                $this->lastdate = $this->lastline = "";
                $s = "\n<p>" . wfMsg( "histlegend" ).'</p>'; 
-               $s .="\n<form action=\"" . $wgTitle->escapeLocalURL( '' ) . "\" method=\"get\">";
+               $s .="\n<form action=\"" . $wgTitle->escapeLocalURL( '-' ) . "\" method=\"get\">";
                $s .= "<input type=\"hidden\" name=\"title\" value=\"".wfEscapeHTML($wgTitle->getPrefixedDbKey())."\"/>\n";
                $s .= !empty($this->submitbuttonhtml) ? $this->submitbuttonhtml."\n":'';
                $s .= "" . "\n<ul id=\"pagehistory\" >";