diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-08 01:25:53 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-08 01:25:53 +0000 |
commit | fdba6bcaf699930482d3ec1b30df461c05582925 (patch) | |
tree | f5b359b78c040fc29965b9af9f42ca39046c0658 | |
parent | bab1c86e9e07553f58ab4ebdaad7f74018052b5e (diff) | |
parent | b52e478f9cfea9c0319d3f0203b31e4b5d03f38b (diff) |
Merging in ' fix.
-rw-r--r-- | lib/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -88,6 +88,7 @@ static const htmlentity_t ent[] = { "lt", "<" }, { "gt", ">" }, { "amp", "&" }, + { "apos", "'" }, { "quot", "\"" }, { "aacute", "á" }, { "eacute", "é" }, |