aboutsummaryrefslogtreecommitdiffstats
path: root/lib/misc.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-14 19:43:47 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-14 19:43:47 +0100
commita161d33779bb56fabe6466f15a8ae98881f55520 (patch)
tree883cff1b38e8533b23438bd311b8bd42fc892e4c /lib/misc.c
parent1a1faa077c3c4ffc2bfe88a4466d748919fcdc45 (diff)
interpret &apos;
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 a8df2354..ccb04d4c 100644
--- a/lib/misc.c
+++ b/lib/misc.c
@@ -111,6 +111,7 @@ static const htmlentity_t ent[] =
{ "lt", "<" },
{ "gt", ">" },
{ "amp", "&" },
+ { "apos", "'" },
{ "quot", "\"" },
{ "aacute", "á" },
{ "eacute", "é" },