Fix the rendering of some suspended hyphens.
authorZhorken <zhorken@gmail.com>
Mon, 31 May 2010 16:49:56 +0000 (12:49 -0400)
committerZhorken <zhorken@gmail.com>
Mon, 31 May 2010 20:47:36 +0000 (16:47 -0400)
"Fire-\nand Ice-type" should be displayed "Fire- and Ice-type", but the
flavour text rendering can't tell that it's not "Fire-and".  Added zero-
width spaces to invisibly separate these hyphens from the newlines,
preventing them from being interpreted as hyphenated words split over
two lines.


No differences found