From e6b058675419bdc7fb164809807837eb5e49c7dd Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 28 Jan 2009 14:04:13 -0800 Subject: [PATCH] add imagec and image2 commands (may be removed later) darcs-hash:20090128220413-5007d-b69926c0e4ee2c476438d8d7c72bf698b529452b.gz --- src/Html.lhs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Html.lhs b/src/Html.lhs index 1622695..74259f7 100644 --- a/src/Html.lhs +++ b/src/Html.lhs @@ -236,6 +236,8 @@ instance ToHtml Text where toHtml (Command "green" y) = ""++(toHtml y)++"" toHtml (Command "sc" y) = ""++(toHtml y)++"" toHtml (Command "image" y) = "" + toHtml (Command "imagec" y) = "
" + toHtml (Command "image2" y) = "" toHtml (Command "image3" y) = "" toHtml (Command "image4" y) = "
" toHtml (Command "warn" y) = "\n
\n\n" -- 1.7.10.4