aboutsummaryrefslogtreecommitdiffstats
path: root/avandu.el
diff options
context:
space:
mode:
Diffstat (limited to 'avandu.el')
-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.")