From 86f16f7f80c681106088c39c1261e443d910f101 Mon Sep 17 00:00:00 2001 From: Peter von Kaehne Date: Fri, 17 Jul 2015 12:43:30 +0000 Subject: corrected creation of Scripref entry in conf files git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@497 07627401-56e2-0310-80f4-f8cd0041bdcd --- modules/conf/confmaker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/conf') diff --git a/modules/conf/confmaker.pl b/modules/conf/confmaker.pl index 07268f2..e55475a 100755 --- a/modules/conf/confmaker.pl +++ b/modules/conf/confmaker.pl @@ -126,7 +126,7 @@ my @word_features = ('lemma', 'gloss', 'morph',); my %doc_filters = ( 'title' => "OSISHeadings", 'note' => "OSISFootnotes", - 'reference' => "OSISScripRef", + 'reference' => "OSISScripref", 'gloss' => "OSISGlosses", 'lemma' => "OSISStrongs", 'morph' => "OSISMorph", -- cgit