[project @ 2005-03-14 16:26:47 by simonmar]
[ghc-base.git] / Text / Html.hs
index a4d7f46..e3f8878 100644 (file)
@@ -1,16 +1,13 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Text.Html
--- Copyright   :  (c) Andy Gill, and the Oregon Graduate Institute of 
---               Science and Technology, 1999-2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- Copyright   :  (c) Andy Gill and OGI, 1999-2001
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  Andy Gill <andy@galconn.com>
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: Html.hs,v 1.1 2001/08/01 13:53:07 simonmar Exp $
---
 -- An Html combinator library
 --
 -----------------------------------------------------------------------------
@@ -442,7 +439,7 @@ frameborder         =   intAttr "FRAMEBORDER"
 height              =   intAttr "HEIGHT"
 href                =   strAttr "HREF"
 hspace              =   intAttr "HSPACE"
-httpequiv           =   strAttr "HTTPEQUIV"
+httpequiv           =   strAttr "HTTP-EQUIV"
 identifier          =   strAttr "ID"
 ismap               = emptyAttr "ISMAP"
 lang                =   strAttr "LANG"
@@ -591,7 +588,7 @@ validHtmlAttrs = [
       "HEIGHT",
       "HREF",
       "HSPACE",
-      "HTTPEQUIV",
+      "HTTP-EQUIV",
       "ID",
       "ISMAP",
       "LANG",