X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Text%2FHtml.hs;h=e3f8878503a26a01fe9a83797599c2fb9cfad395;hb=3457025838609e26918bb0cf5c16393d3bb5b69b;hp=2967c399aff83a0a9df0113a6d6536eeb0b1f932;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Text/Html.hs b/Text/Html.hs index 2967c39..e3f8878 100644 --- a/Text/Html.hs +++ b/Text/Html.hs @@ -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 -- Stability : experimental -- Portability : portable -- --- $Id: Html.hs,v 1.2 2002/04/24 16:31:46 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",