summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2018-05-30 12:50:05 +0000
committerPeter von Kaehne <refdoc@gmx.net>2018-05-30 12:50:05 +0000
commitfa49744a2519197736629b5605349cc78166b52b (patch)
tree08d2a5f819821dbf13c651c6574018fdc1fafed1
parentf893973de8caab189863f5a8e151a050eb18be4b (diff)
downloadsword-tools-fa49744a2519197736629b5605349cc78166b52b.tar.gz
correction error
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@526 07627401-56e2-0310-80f4-f8cd0041bdcd
-rwxr-xr-xmodules/conf/confmaker.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl
index 66be5b8..6a72c7f 100755
--- a/modules/conf/confmaker.pl
+++ b/modules/conf/confmaker.pl
@@ -136,9 +136,6 @@ my $hs = HTML::Strip->new();
my $doc_text = new Sword::SWBuf($hs->parse($doc->toString()));
## obtain name, type and language
-for my $root ($doc->findnodes(q{/header/})) {
- $root->unbindNode;
-}
my @elements = $doc->getElementsByTagName('osisText');