diff --git a/PBot/VERSION.pm b/PBot/VERSION.pm index 6a343cc2..cd7fce03 100644 --- a/PBot/VERSION.pm +++ b/PBot/VERSION.pm @@ -13,7 +13,7 @@ use warnings; # These are set automatically by the build/commit script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 349, + BUILD_REVISION => 350, BUILD_DATE => "2012-01-23", }; diff --git a/modules/gencstd.pl b/modules/gencstd.pl index 34c00166..aaba364c 100755 --- a/modules/gencstd.pl +++ b/modules/gencstd.pl @@ -345,7 +345,7 @@ sub gen_html { if($paren == -1) { if(length $number and defined $footnotes[$number]) { print STDERR "Got footnote $number here!\n"; - $footer .= "\n
Footnote $number) $footnotes[$number]
\n
\n"; + $footer .= "\n
Footnote $number) ", encode_entities $footnotes[$number], "
\n
\n"; } $paren = 0;