just a comment
[wix.git] / src / Html.lhs
index 1989e64..7a61bd4 100644 (file)
@@ -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)  = "‡"