aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-08 01:25:53 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-08 01:25:53 +0000
commitfdba6bcaf699930482d3ec1b30df461c05582925 (patch)
treef5b359b78c040fc29965b9af9f42ca39046c0658
parentbab1c86e9e07553f58ab4ebdaad7f74018052b5e (diff)
parentb52e478f9cfea9c0319d3f0203b31e4b5d03f38b (diff)
Merging in &apos; fix.
-rw-r--r--lib/misc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/misc.c b/lib/misc.c
index 35e9909b..3976e01b 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -88,6 +88,7 @@ static const htmlentity_t ent[] =
{ "lt", "<" },
{ "gt", ">" },
{ "amp", "&" },
+ { "apos", "'" },
{ "quot", "\"" },
{ "aacute", "á" },
{ "eacute", "é" },