diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Html.hs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/Html.hs b/src/Html.hs index 81cbad93..995719c8 100644 --- a/src/Html.hs +++ b/src/Html.hs @@ -9,7 +9,7 @@  -- Stability   :  experimental  -- Portability :  portable  -- --- $Id: Html.hs,v 1.3 2004/03/25 15:17:24 simonmar Exp $ +-- $Id: Html.hs,v 1.4 2004/03/25 15:45:10 simonmar Exp $  --  -- An Html combinator library  -- @@ -1034,5 +1034,5 @@ renderTag x name0 markupAttrs0 n r        showPair :: HtmlAttr -> String        showPair (HtmlAttr tag0 val) -              = tag0 ++ " = \"" ++ val  ++ "\"" +              = tag0 ++ "=\"" ++ val  ++ "\"" | 
