aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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", "é" },