html template:change title in head [skip ci]

This commit is contained in:
andy5995
2018-01-25 16:25:52 -06:00
parent 1327f06fa7
commit ec5346a2cd

View File

@@ -1411,7 +1411,7 @@ $outfile = "$out_path/$summary";
open (HTML, "> $outfile") || die "can't write summary page $outfile\n";
print HTML &header("MegaGlest Techtree Summary");
print HTML &header("ZetaGlest Techtree Summary (zetapack)");
print HTML &choose_faction_html()."<P>\n";
print HTML &show_special_pages()."<P>\n";