From d6cca41c056cb20446676e4229ecedabb60688f9 Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 28 Jan 2009 14:04:51 -0800 Subject: [PATCH] just a comment darcs-hash:20090128220451-5007d-2d1b0ce9ffe9fa4e9c3d66bb878f4af2d0960dad.gz --- src/Html.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) = "‡" -- 1.7.10.4