Small fix for TidyAttr_ASYNC to CH_BOOL

This commit is contained in:
Geoff McLane 2015-01-20 18:10:13 +01:00
parent 0fc8029600
commit f884da577d

View file

@ -260,7 +260,7 @@ static const Attribute attribute_defs [] =
{ TidyAttr_URN, "urn", CH_PCDATA }, /* for <a>, never implemented */
/* HTML5 */
{ TidyAttr_ASYNC, "async", CH_PCDATA },
{ TidyAttr_ASYNC, "async", CH_BOOL }, /* <script src="..." async> */
{ TidyAttr_AUTOCOMPLETE, "autocomplete", CH_PCDATA },
{ TidyAttr_AUTOFOCUS, "autofocus", CH_PCDATA },
{ TidyAttr_AUTOPLAY, "autoplay", CH_PCDATA },