[sword-svn] r2029 - trunk/src/modules/filters
tbiggs at www.crosswire.org
tbiggs at www.crosswire.org
Wed Feb 7 13:22:59 MST 2007
Author: tbiggs
Date: 2007-02-07 13:22:58 -0700 (Wed, 07 Feb 2007)
New Revision: 2029
Modified:
trunk/src/modules/filters/osishtmlhref.cpp
Log:
fixed my bad oops in osishtmlhref.cpp
Modified: trunk/src/modules/filters/osishtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/osishtmlhref.cpp 2007-02-03 15:28:27 UTC (rev 2028)
+++ trunk/src/modules/filters/osishtmlhref.cpp 2007-02-07 20:22:58 UTC (rev 2029)
@@ -223,11 +223,11 @@
}
else {
buf.appendFormatted("<a href=\"passagestudy.jsp?action=showNote&type=%c&value=%s&module=%s&passage=%s\"><small><sup>*%c</sup></small></a> ",
- ch,
- URL::encode(footnoteNumber.c_str()).c_str(),
- URL::encode(u->version.c_str()).c_str(),
- URL::encode(u->key->getText()).c_str(),
- ch);
+ ch,
+ URL::encode(footnoteNumber.c_str()).c_str(),
+ URL::encode(u->version.c_str()).c_str(),
+ URL::encode(u->key->getText()).c_str(),
+ ch);
}
}
}
@@ -291,11 +291,12 @@
}
}
+ u->suspendTextPassThru = false;
}
- }
+ }/*
if (tag.isEndTag()) {
u->suspendTextPassThru = false;
- }
+ }*/
}
// <l> poetry, etc
More information about the sword-cvs
mailing list