[sword-svn] r284 - trunk/webapp
scribe at www.crosswire.org
scribe at www.crosswire.org
Sat Sep 20 15:35:37 MST 2008
Author: scribe
Date: 2008-09-20 15:35:36 -0700 (Sat, 20 Sep 2008)
New Revision: 284
Modified:
trunk/webapp/init.jsp
Log:
default style added as preference
Modified: trunk/webapp/init.jsp
===================================================================
--- trunk/webapp/init.jsp 2008-09-20 21:34:52 UTC (rev 283)
+++ trunk/webapp/init.jsp 2008-09-20 22:35:36 UTC (rev 284)
@@ -306,7 +306,7 @@
parDispModules = new Vector();
if ((prefStyle == null) || (styleNames.indexOf(prefStyle) < 0))
- prefStyle = (String)styleNames.get(0);
+ prefStyle = defaultStyle;
String appLang = request.getParameter("lang");
if (appLang == null) {
More information about the sword-cvs
mailing list