From f6a00c2be672570edadeb2427a9561cad7a3793c Mon Sep 17 00:00:00 2001 From: Tom Reynolds Date: Sun, 17 May 2015 18:02:03 +0200 Subject: [PATCH] New HTML title for techtree docs --- .../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 3a5ac5f47..c4422ac8f 100755 --- a/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl +++ b/source/tools/convert_faction_xml2html/convert_faction_xml2html.pl @@ -1405,7 +1405,7 @@ $outfile = "$out_path/$summary"; open (HTML, "> $outfile") || die "can't write summary page $outfile\n"; -print HTML &header("Glest Autodocumentation Summary"); +print HTML &header("MegaGlest Techtree Summary"); print HTML &choose_faction_html()."

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

\n";