Add   as replaceable entity

Replace it with ` '.
This commit is contained in:
Tom Willemsen 2012-07-27 02:31:58 +02:00
parent 939a7f94ba
commit 3d4e26cbe0

View file

@ -108,7 +108,8 @@
(defconst avandu-entity-replacement-alist
'(("hellip" . 8230)
("qout" . 34)
("amp" . 38))
("amp" . 38)
("nbsp" . 32))
"What to replace the part between & and ; of HTML entities with
names.")