Change line break characters in HTML

firefox, google-chrome, html, line-breaks

Solution

You could surround the '/' with Unicode Zero-Width space characters. (For the links, don't do it for the hrefs)

See here: http://www.fileformat.info/info/unicode/char/200b/index.htm

Problem

In Firefox a '/' breaks a line, but in chrome the line continues. How can I tell chrome to allow a line break on '/'? This is a problem for the middle table on http://webnumbr.com/api

Original source