Return to generate_web_pages.pl CVS log | Up to [LON-CAPA] / doc / build |
version 1.43, 2011/06/01 04:28:52 | version 1.44, 2011/06/01 04:36:21 |
---|---|
Line 155 $content .= join('',<RELEASE>); | Line 155 $content .= join('',<RELEASE>); |
close(RELEASE); | close(RELEASE); |
$content .= "<ul>\n"; | $content .= "<ul>\n"; |
my @testing_pages = ( | |
); | |
for (@other_pages) { | for (@other_pages) { |
$content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n"; | $content .= "<li><a href='$_->[1].html'>$_->[0]</a></li>\n"; |
} | } |