mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-27 22:55:20 +00:00
[svn r6505] Added completion descriptions for things explored in 2004
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user