summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa2
1 files changed, 1 insertions, 1 deletions
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());
}
}