[svn r6514] Mainly link fettling; also added Makefile into CVS, and put in survey data stuff

This commit is contained in:
dave
2004-09-20 00:22:14 +02:00
parent 1faaeeeff3
commit c2a2024f5c
19 changed files with 379 additions and 175 deletions

View File

@@ -84,7 +84,7 @@ while (<CSV>) {
if ($ref) {
$templine = "<dt><a href=\"$ref#q$number\" id=\"$number\">$number</a>";
} else {
$templine = "<dt>$number";
$templine = "<dt><a id=\"$number\">$number</a>";
}
$templine = "$templine $grade</dt><dd>";