From: adam Date: Wed, 28 Jan 2009 22:04:51 +0000 (-0800) Subject: just a comment X-Git-Url: http://git.megacz.com/?p=wix.git;a=commitdiff_plain;h=d6cca41c056cb20446676e4229ecedabb60688f9 just a comment darcs-hash:20090128220451-5007d-2d1b0ce9ffe9fa4e9c3d66bb878f4af2d0960dad.gz --- diff --git a/src/Html.lhs b/src/Html.lhs index 1989e64..7a61bd4 100644 --- a/src/Html.lhs +++ b/src/Html.lhs @@ -274,7 +274,7 @@ instance ToHtml Text where toHtml (GlyphText TradeMark) = "™" toHtml (GlyphText ServiceMark) = "™" toHtml (GlyphText Emdash) = "—" - toHtml (GlyphText Ellipsis) = "…" + toHtml (GlyphText Ellipsis) = "…" -- &cdots;? toHtml (GlyphText Cent) = "½" toHtml (GlyphText Daggar) = "†" toHtml (GlyphText DoubleDaggar) = "‡"