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