Author: ssanlars
Date: 2007-05-28 11:35:44 +0200 (Mon, 28 May 2007)
New Revision: 5218

Modified:
   branches/2.13/war/src/webapp/index.jsp
Log:
return for method, first page was not working without it

Modified: branches/2.13/war/src/webapp/index.jsp
===================================================================
--- branches/2.13/war/src/webapp/index.jsp      2007-05-25 22:37:32 UTC (rev 
5217)
+++ branches/2.13/war/src/webapp/index.jsp      2007-05-28 09:35:44 UTC (rev 
5218)
@@ -13,7 +13,7 @@
     String format(String verticalName)  {
 
         String s = "<tr><td>";
-        s = 
+        return s;
 
 
 

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to