- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 17:39:56 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/action
In directory hutz:/tmp/cvs-serv28703/src/org/w3c/unicorn/action
Modified Files:
IndexAction.java
Log Message:
adds baseUri to the context to avoid markup warnings
Index: IndexAction.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/action/IndexAction.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- IndexAction.java 24 Sep 2009 15:33:49 -0000 1.21
+++ IndexAction.java 24 Sep 2009 17:39:54 -0000 1.22
@@ -1,4 +1,4 @@
-// $Id$Id $
+// $Id$
// Author: Thomas Gambet
// (c) COPYRIGHT MIT, ERCIM and Keio, 2009.
// Please first read the full copyright statement in file COPYRIGHT.html
@@ -70,7 +70,7 @@
velocityContext.put("messages", messages);
velocityContext.put("current_task", Framework.mapOfTask.get(task));
velocityContext.put("default_task", Framework.mapOfTask.get(Framework.mapOfTask.getDefaultTaskId()));
-
+ velocityContext.put("baseUri", "./");
Enumeration<?> paramEnum = req.getParameterNames();
while (paramEnum.hasMoreElements()) {
Received on Thursday, 24 September 2009 17:40:07 UTC