Amend comment.

original commit: db0234fb6f59ea8c8741ea68f630548d8e1e6cc1
This commit is contained in:
Danny Yoo 2013-02-12 20:18:54 -07:00
parent f8b07bcc26
commit b1048aa2fa

View File

@ -1396,9 +1396,9 @@
(if m
(list* (substring i 0 (cdar m))
;; Most browsers wrap after a hyphen. The one that
;; doesn't, Firefox, pays attention to wbr. Some
;; browsers ignore wbr, but at least they don't do
;; strange things with it.
;; doesn't, Firefox, pays attention to wbr. But
;; almost all browsers pay attention to zero width
;; space, so we'll insert one here.
#x200b
(render-other (substring i (cdar m)) part ri))
(ascii-ize i)))]