From: adam Date: Wed, 28 Jan 2009 22:04:13 +0000 (-0800) Subject: add imagec and image2 commands (may be removed later) X-Git-Url: http://git.megacz.com/?p=wix.git;a=commitdiff_plain;h=e6b058675419bdc7fb164809807837eb5e49c7dd add imagec and image2 commands (may be removed later) darcs-hash:20090128220413-5007d-b69926c0e4ee2c476438d8d7c72bf698b529452b.gz --- 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"