aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-03-08 01:25:10 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2010-03-08 01:25:10 +0000
commitb52e478f9cfea9c0319d3f0203b31e4b5d03f38b (patch)
treef8f1e17aebbd290e931d5d1708cb1b83493b974f /lib/misc.c
parentc32f492758759c04d8b6239a7862648c9d32c4d8 (diff)
Added &apos; HTML entity since we're sure getting that one a lot with
libpurple..
Diffstat (limited to 'lib/misc.c')
-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", "é" },