Merge pull request #556 from htacg/issue-378

Address #378
This commit is contained in:
Jim Derry 2017-05-13 22:19:52 -04:00 committed by GitHub
commit eb6bd1c1d5
1 changed files with 1 additions and 1 deletions

View File

@ -1617,7 +1617,7 @@ void TY_(CheckUrl)( TidyDocImpl* doc, Node *node, AttVal *attval)
{
if ( cfgBool(doc, TidyFixUri) )
TY_(ReportAttrError)( doc, node, attval, ESCAPED_ILLEGAL_URI);
else
else if ( !(TY_(HTMLVersion)(doc) & VERS_HTML5) )
TY_(ReportAttrError)( doc, node, attval, ILLEGAL_URI_REFERENCE);
doc->badChars |= BC_INVALID_URI;