[svn r6505] Added completion descriptions for things explored in 2004

This commit is contained in:
dave
2004-09-16 23:55:47 +02:00
parent 75f07030a6
commit 1faaeeeff3
3 changed files with 219 additions and 219 deletions

View File

@@ -24,7 +24,7 @@ unless ($ARGV[0]) {
open (CSV, "< $ARGV[0]");
# Start writing table file, and write table header
open TABLE, "> qms.html" or die $!;
open TABLE, "> qm.html" or die $!;
print TABLE << "END";
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- *** This file is auto-generated by $progname - edit $ARGV[0] instead -->
@@ -82,7 +82,7 @@ while (<CSV>) {
# Construct XHTML line
if ($ref) {
$templine = "<dt><a href=\"$ref#$number\" id=\"$number\">$number</a>";
$templine = "<dt><a href=\"$ref#q$number\" id=\"$number\">$number</a>";
} else {
$templine = "<dt>$number";
}