diff options
author | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-14 19:43:47 +0100 |
---|---|---|
committer | Sven Moritz Hallberg <sm@khjk.org> | 2008-02-14 19:43:47 +0100 |
commit | a161d33779bb56fabe6466f15a8ae98881f55520 (patch) | |
tree | 883cff1b38e8533b23438bd311b8bd42fc892e4c /lib/misc.c | |
parent | 1a1faa077c3c4ffc2bfe88a4466d748919fcdc45 (diff) |
interpret '
Diffstat (limited to 'lib/misc.c')
-rw-r--r-- | lib/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,6 +111,7 @@ static const htmlentity_t ent[] = { "lt", "<" }, { "gt", ">" }, { "amp", "&" }, + { "apos", "'" }, { "quot", "\"" }, { "aacute", "á" }, { "eacute", "é" }, |