Author: jvelociter
Date: 2007-10-23 18:49:51 +0200 (Tue, 23 Oct 2007)
New Revision: 5467

Modified:
   
xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/Scheduler/WebHome
Log:
the change in r5454 was not properly xml-encoded (test if object exists before 
testing its value)



Modified: 
xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/Scheduler/WebHome
===================================================================
--- 
xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/Scheduler/WebHome
      2007-10-23 16:35:18 UTC (rev 5466)
+++ 
xwiki-platform/xwiki-applications/trunk/scheduler/src/main/resources/Scheduler/WebHome
      2007-10-23 16:49:51 UTC (rev 5467)
@@ -60,7 +60,7 @@
 ## If the sheet is called with an action ($request.do), let us first process 
this action
 ## Possible values are : "schedule", "pause", "resume", "unschedule", "delete"
 ##
-#if($request.do && $request.do!="")
+#if($request.do && $request.do!="")
  ##
  ## Obtain the Job document and object for which the action has been called
  ##

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to