Commit 35577e19 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Remove HTML::TreeBuilder::LibXML workaround

parent 04f76c53
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ sub parse_tree {
			}
		}

		if (not @{$td->findnodes($xp_img)} and $td->textContent() !~ /^\s*$/) {
		if (not $td->exists($xp_img) and $td->textContent() !~ /^\s*$/) {
			push(@{$cons->[$con_no]->[$con_part]}, $td->textContent());
		}
	}