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"));


Reply via email to