diff options
Diffstat (limited to 'modules/conf/confmaker.pl')
-rwxr-xr-x | modules/conf/confmaker.pl | 2 |
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", |