aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-27 02:31:58 +0200
committerGravatar Tom Willemsen2012-07-27 02:31:58 +0200
commit3d4e26cbe0cea8bfa949aa7de1a453183ec3ba80 (patch)
tree60b047b60298f8874e7dac970281e0e266c90cf7
parent939a7f94ba215e7a88d1bec5c6bcea81ab9459f7 (diff)
downloadavandu-3d4e26cbe0cea8bfa949aa7de1a453183ec3ba80.tar.gz
avandu-3d4e26cbe0cea8bfa949aa7de1a453183ec3ba80.zip
Add   as replaceable entity
Replace it with ` '.
-rw-r--r--avandu.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/avandu.el b/avandu.el
index 073a24b..c1a2afb 100644
--- a/avandu.el
+++ b/avandu.el
@@ -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.")