Ignore:
Timestamp:
Sep 19, 2001, 5:43:59 PM (24 years ago)
Author:
bird
Message:

mozilla fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/www/cvs.php3

    r6761 r6763  
    840840        while ($i++ < 256 && list($sRevision, $aasRev) = each($this->aaasRevs))
    841841        {
    842             echo "<tr><td bgcolor=#d0dce0>Rev. <a href=\"cvs.php?sFile=$this->sDir/$this->sName,v&sRevision=$sRevision\"",
    843                  "<a name=\"$sRevision\">$sRevision</a></a> by ",
     842            echo "<tr><td bgcolor=#d0dce0><a name=\"$sRevision\">Rev. </a>",
     843                 "<a href=\"cvs.php?sFile=$this->sDir/$this->sName,v&sRevision=$sRevision\"",
     844                 "$sRevision</a> by ",
    844845                 $this->getAuthor($sRevision) ,"</td></tr>\n",
    845846                 "<tr><td bgcolor=#f0f0f0>";
Note: See TracChangeset for help on using the changeset viewer.