--- doc/build/generate_web_pages.pl 2003/09/02 15:43:01 1.3 +++ doc/build/generate_web_pages.pl 2003/09/02 15:46:48 1.5 @@ -71,10 +71,7 @@ for (@pages) { $content .= "\n"; -my $index = replaceText("Install LON-CAPA", "Install LON-CAPA", - $content); - -$content .= <

Downloading LON-CAPA

@@ -122,6 +119,9 @@ the current version of LON-CAPA as descr POSTLUDE +my $index = replaceText("Install LON-CAPA", "Install LON-CAPA", + $content); + print INDEX $index; close INDEX;