diff --git a/modules/lang/web/autoload/html.el b/modules/lang/web/autoload/html.el index dbba73e60..bfb1de838 100644 --- a/modules/lang/web/autoload/html.el +++ b/modules/lang/web/autoload/html.el @@ -2,6 +2,7 @@ (defvar +web-entities-list [["&" "&"] [" " " "] [" " " "] [" " " "] [" " " "] + ["<" "<"] [">" ">"] ["‏" "‏"] ["‎" "‎"] ["‍" "‍"] ["‌" "‌"] ["¡" "¡"] ["¢" "¢"] ["£" "£"] ["¤" "¤"] ["¥" "¥"] ["¦" "¦"] ["§" "§"] ["¨" "¨"] ["©" "©"] ["ª" "ª"]