[sword-svn] r3038 - trunk/examples/tasks

scribe at crosswire.org scribe at crosswire.org
Thu Feb 27 23:40:23 MST 2014


Author: scribe
Date: 2014-02-27 23:40:23 -0700 (Thu, 27 Feb 2014)
New Revision: 3038

Modified:
   trunk/examples/tasks/parallelbibles.cpp
Log:
fixed classname to match css


Modified: trunk/examples/tasks/parallelbibles.cpp
===================================================================
--- trunk/examples/tasks/parallelbibles.cpp	2014-02-28 06:34:00 UTC (rev 3037)
+++ trunk/examples/tasks/parallelbibles.cpp	2014-02-28 06:40:23 UTC (rev 3038)
@@ -53,7 +53,7 @@
 		for (vector<SWModule *>::iterator module = modules.begin(); module != modules.end(); ++module) {
 			(*module)->setKey(master);
 			if (!(*module)->popError()) {
-				cout << "<td>" << "<span class=\"verseNum\">" << master->getVerse() << "</span> ";
+				cout << "<td>" << "<span class=\"versenum\">" << master->getVerse() << "</span> ";
 				cout << (*module)->renderText() << "</td>";
 			}
 		}




More information about the sword-cvs mailing list