From fa49744a2519197736629b5605349cc78166b52b Mon Sep 17 00:00:00 2001 From: Peter von Kaehne Date: Wed, 30 May 2018 12:50:05 +0000 Subject: correction error git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@526 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/conf/confmaker.pl | 3 --- 1 file changed, 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'); -- cgit