diff options
author | Chris Little <chrislit@crosswire.org> | 2009-03-14 04:40:49 +0000 |
---|---|---|
committer | Chris Little <chrislit@crosswire.org> | 2009-03-14 04:40:49 +0000 |
commit | 76030afdf8ab446814416d714fe1df161a61fe41 (patch) | |
tree | dc07e0a46a6b8601a0cf7e3a14c9dd668b10b176 /versification/v11nsys.pl | |
parent | adf9ca609766a478e4884edb70763956de3e61cd (diff) | |
download | sword-tools-76030afdf8ab446814416d714fe1df161a61fe41.tar.gz |
added more alternate abbreviations
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@169 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'versification/v11nsys.pl')
-rw-r--r-- | versification/v11nsys.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/versification/v11nsys.pl b/versification/v11nsys.pl index 0b672f9..1bc4f9f 100644 --- a/versification/v11nsys.pl +++ b/versification/v11nsys.pl @@ -50,6 +50,8 @@ foreach $mapfile (@canons) { while (<MAP>) {
$line = $_;
+ $line =~ s/<!\-\-.+?\-\->//g;
+
if ($line =~ /<id>(.+?)<\/id>/) {
$id = $1;
$osis{lc($id)} = $id;
|