summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter von Kaehne <refdoc@gmx.net>2015-07-17 12:43:30 +0000
committerPeter von Kaehne <refdoc@gmx.net>2015-07-17 12:43:30 +0000
commit86f16f7f80c681106088c39c1261e443d910f101 (patch)
tree78f4aec3a39032b0619a2d720e3e5e2947e131d5
parenta2f7635cf896c34ea0083b1ae0bc650441491b8d (diff)
downloadsword-tools-86f16f7f80c681106088c39c1261e443d910f101.tar.gz
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
-rwxr-xr-xmodules/conf/confmaker.pl2
1 files changed, 1 insertions, 1 deletions
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",