aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/shr.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index e463c7edaf2..3877719d7a7 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -1689,10 +1689,10 @@ The preference is a float determined from `shr-prefer-media-type'."
1689 ((equal direction "rtl") 1689 ((equal direction "rtl")
1690 #x202e)))) ; RLO 1690 #x202e)))) ; RLO
1691 (when char 1691 (when char
1692 (insert char)) 1692 (insert #x2068 char)) ; FSI + LRO/RLO
1693 (shr-generic dom) 1693 (shr-generic dom)
1694 (when char 1694 (when char
1695 (insert #x202c)))) ; PDF 1695 (insert #x202c #x2069)))) ; PDF + PDI
1696 1696
1697(defun shr-tag-bdi (dom) 1697(defun shr-tag-bdi (dom)
1698 (insert #x2068) ; FSI 1698 (insert #x2068) ; FSI