Skip to content

Commit

Permalink
adding chapterversereference
Browse files Browse the repository at this point in the history
  • Loading branch information
vicmortelmans committed Aug 23, 2012
1 parent 6ca11e7 commit 7c63e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bible/bibleref.xml
Expand Up @@ -196,7 +196,7 @@
}
}
}
chapterversereference = split2.after.replace(chapterseparator,':').replace(listseparator,',').replace(rangeseparator('-');
chapterversereference = split2.after.replace(chapterseparator,':').replace(listseparator,',').replace(rangeseparator,'-');
return parseResult;
}
function parse_list(mode,string)
Expand Down

0 comments on commit 7c63e64

Please sign in to comment.