[sword-svn] r1695 - trunk/src/modules/filters

tbiggs at crosswire.org tbiggs at crosswire.org
Tue Jan 25 15:52:56 MST 2005


Author: tbiggs
Date: 2005-01-25 15:52:55 -0700 (Tue, 25 Jan 2005)
New Revision: 1695

Modified:
   trunk/src/modules/filters/thmlhtmlhref.cpp
Log:
fix cross ref href

Modified: trunk/src/modules/filters/thmlhtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/thmlhtmlhref.cpp	2005-01-23 11:10:29 UTC (rev 1694)
+++ trunk/src/modules/filters/thmlhtmlhref.cpp	2005-01-25 22:52:55 UTC (rev 1695)
@@ -140,10 +140,10 @@
 					if (vkey) {
 						// leave this special osis type in for crossReference notes types?  Might thml use this some day? Doesn't hurt.
 						//buf.appendFormatted("<a href=\"noteID=%s.x.%s\"><small><sup>*x</sup></small></a> ", vkey->getText(), footnoteNumber.c_str());
-						buf.appendFormatted("<a href=\"passagestudy.jsp?action=showNote&type=x&value=%s&module=%s\"><small><sup>*x</sup></small></a> ",  
-							URL::encode(vkey->getText()).c_str(), 
+						buf.appendFormatted("<a href=\"passagestudy.jsp?action=showNote&type=x&value=%s&module=%s&passage=%s\"><small><sup>*x</sup></small></a> ",  
 							URL::encode(footnoteNumber.c_str()).c_str(), 
-							URL::encode(u->version.c_str()).c_str());
+							URL::encode(u->version.c_str()).c_str(),
+							URL::encode(vkey->getText()).c_str());
 					
 					}
 				}



More information about the sword-cvs mailing list