Issue #168 - Fix for access test 5.2.1.2
This commit is contained in:
parent
2fef5ba820
commit
606ffebd47
|
@ -1570,6 +1570,7 @@ static void CheckMultiHeaders( TidyDocImpl* doc, Node* node )
|
|||
{
|
||||
if ( nodeIsTR(TNode) )
|
||||
{
|
||||
flag = 0; /* Issue #168 - access test 5-2-1-2 */
|
||||
if (TNode->content != NULL)
|
||||
{
|
||||
temp = TNode->content;
|
||||
|
|
Loading…
Reference in a new issue