From ec5346a2cde7e06ca0f8dc58b27be547631764bb Mon Sep 17 00:00:00 2001 From: andy5995 Date: Thu, 25 Jan 2018 16:25:52 -0600 Subject: [PATCH] html template:change title in head [skip ci] --- .../tools/convert_faction_xml2html/convert_faction_xml2html.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl index 31ef806dc..96d4b1d6a 100755 --- a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl +++ b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl @@ -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()."

\n"; print HTML &show_special_pages()."

\n";