Amend comment.

This commit is contained in:
Danny Yoo 2013-02-12 20:18:54 -07:00
parent 29031f0972
commit db0234fb6f

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)))]