just a comment
authoradam <adam@megacz.com>
Wed, 28 Jan 2009 22:04:51 +0000 (14:04 -0800)
committeradam <adam@megacz.com>
Wed, 28 Jan 2009 22:04:51 +0000 (14:04 -0800)
darcs-hash:20090128220451-5007d-2d1b0ce9ffe9fa4e9c3d66bb878f4af2d0960dad.gz

src/Html.lhs

index 1989e64..7a61bd4 100644 (file)
@@ -274,7 +274,7 @@ instance ToHtml Text where
  toHtml (GlyphText TradeMark)     = "&#8482;"
  toHtml (GlyphText ServiceMark)   = "&#8482;"
  toHtml (GlyphText Emdash)        = "&mdash;"
- toHtml (GlyphText Ellipsis)      = "&#0133;"
+ toHtml (GlyphText Ellipsis)      = "&#0133;"  -- &cdots;?
  toHtml (GlyphText Cent)          = "&#189;"
  toHtml (GlyphText Daggar)        = "&#8224;"
  toHtml (GlyphText DoubleDaggar)  = "&#8225;"