You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2017/08/02 00:47:15 UTC

svn commit: r1803720 - /manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp

Author: kwright
Date: Wed Aug  2 00:47:15 2017
New Revision: 1803720

URL: http://svn.apache.org/viewvc?rev=1803720&view=rev
Log:
Oops, fixed compilation error.

Modified:
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp?rev=1803720&r1=1803719&r2=1803720&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/viewjob.jsp Wed Aug  2 00:47:15 2017
@@ -292,7 +292,7 @@ try
 <%
           if (srTimezone != null)
           {
-            out.println(id + ": ");
+            out.println(srTimezone + ": ");
           }
           if (srDayOfWeek == null)
             out.println(Messages.getBodyString(pageContext.getRequest().getLocale(),"viewjob.Anydayoftheweek"));