Imported Upstream version 0.72.1

This commit is contained in:
TANIGUCHI Takaki
2009-11-22 16:53:41 +09:00
parent a39ce4fddf
commit 294f8623c4
562 changed files with 3150 additions and 2260 deletions

View File

@@ -32,7 +32,7 @@ function start_html()
{ echo "<html>\n";
echo "<head>\n";
echo " <meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\">\n";
echo " <title>Overview</title>\n";
echo " <title>dvdisaster</title>\n";
echo " <link rel=\"stylesheet\" type=\"text/css\" href=\"../include/dvdisaster.css\">\n";
echo "</head>\n";
@@ -241,7 +241,7 @@ function news_item($date, $headline, $body)
{
echo " <table width=\"90%\">\n";
echo " <tr>\n";
echo " <td><a href=\"#item$news_counter\"></a><b>${headline}</b></td>\n";
echo " <td><a name=\"item$news_counter\"></a><b>${headline}</b></td>\n";
echo " <td align=\"right\">$date</td>\n";
echo " </tr>\n";
echo " </table>\n";