From 35577e1934ca191a277a528707a5312ec7169ac9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 6 Jun 2010 16:41:10 +0200 Subject: Remove HTML::TreeBuilder::LibXML workaround --- bin/efa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index d0892db..0670083 100755 --- a/bin/efa +++ b/bin/efa @@ -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()); } } -- cgit v1.2.3