aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl1
2 files changed, 2 insertions, 1 deletions
diff --git a/gui/credits.h b/gui/credits.h
index 65c36044fe..2990b3c4e2 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -520,7 +520,7 @@ static const char *credits[] = {
"C0""",
"C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
"C0""",
-"C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
+"C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
"C0""",
"",
};
diff --git a/tools/credits.pl b/tools/credits.pl
index 39c7ccb275..3186347c68 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -442,6 +442,7 @@ sub add_paragraph {
print "\\\n";
print $text . "\\\n";
} elsif ($mode eq "CPP") {
+ $text = html_entities_to_ascii($text);
my $line_start = '"C0""';
my $line_end = '",';
print $line_start . $text . $line_end . "\n";