[project @ 2004-09-06 09:07:45 by ross]
[ghc-base.git] / Text / Html.hs
index cbb1998..2281e39 100644 (file)
@@ -3,7 +3,7 @@
 -- 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)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  Andy Gill <andy@galconn.com>
 -- Stability   :  experimental
@@ -440,7 +440,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"
@@ -589,7 +589,7 @@ validHtmlAttrs = [
       "HEIGHT",
       "HREF",
       "HSPACE",
-      "HTTPEQUIV",
+      "HTTP-EQUIV",
       "ID",
       "ISMAP",
       "LANG",