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

scribe at crosswire.org scribe at crosswire.org
Thu Feb 27 22:52:31 MST 2014


Author: scribe
Date: 2014-02-27 22:52:31 -0700 (Thu, 27 Feb 2014)
New Revision: 3036

Modified:
   trunk/examples/tasks/parallelbibles.cpp
Log:
fixed class name from curverse to currentverse to match the css


Modified: trunk/examples/tasks/parallelbibles.cpp
===================================================================
--- trunk/examples/tasks/parallelbibles.cpp	2014-02-28 05:20:26 UTC (rev 3035)
+++ trunk/examples/tasks/parallelbibles.cpp	2014-02-28 05:52:31 UTC (rev 3036)
@@ -50,7 +50,7 @@
 					&& (master->getChapter() == curChapter)
 					&& !master->popError();
 								(*master)++) {
-		cout << "<tr class=\"" << (master->getVerse() == curVerse ? "curverse":"verse") << "\">";
+		cout << "<tr class=\"" << (master->getVerse() == curVerse ? "currentverse":"verse") << "\">";
 		for (vector<SWModule *>::iterator module = modules.begin(); module != modules.end(); ++module) {
 			(*module)->setKey(master);
 			if (!(*module)->popError()) {




More information about the sword-cvs mailing list