diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-08 01:25:10 +0000 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-08 01:25:10 +0000 | 
| commit | b52e478f9cfea9c0319d3f0203b31e4b5d03f38b (patch) | |
| tree | f8f1e17aebbd290e931d5d1708cb1b83493b974f /lib | |
| parent | c32f492758759c04d8b6239a7862648c9d32c4d8 (diff) | |
Added ' HTML entity since we're sure getting that one a lot with
libpurple..
Diffstat (limited to 'lib')
| -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", "é" }, | 
