diff options
author | Peter von Kaehne <refdoc@gmx.net> | 2018-05-30 12:50:05 +0000 |
---|---|---|
committer | Peter von Kaehne <refdoc@gmx.net> | 2018-05-30 12:50:05 +0000 |
commit | fa49744a2519197736629b5605349cc78166b52b (patch) | |
tree | 08d2a5f819821dbf13c651c6574018fdc1fafed1 /modules/conf | |
parent | f893973de8caab189863f5a8e151a050eb18be4b (diff) | |
download | sword-tools-fa49744a2519197736629b5605349cc78166b52b.tar.gz |
correction error
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@526 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/conf')
-rwxr-xr-x | modules/conf/confmaker.pl | 3 |
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'); |