[or-cvs] [ernie/master 6/8] Fixed imports and a few syntax errors.

karsten at torproject.org karsten at torproject.org
Wed Jul 7 09:36:48 UTC 2010


Author: Kevin Berry <xckjb88 at gmail.com>
Date: Tue, 6 Jul 2010 00:51:06 -0400
Subject: Fixed imports and a few syntax errors.
Commit: 199650a92eca1ed411dfe6e637b9391e7700a268

---
 jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp |    2 ++
 .../templates/graphs_recurring-users.tpl.jsp       |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp b/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp
index b0fcf04..4861d1c 100644
--- a/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp
+++ b/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp
@@ -1,3 +1,4 @@
+<%@page import="java.util.*" %>
         <h2>Tor Metrics Portal: Graphs</h2>
         <br/>
         <h3>New or returning, directly connecting Tor users</h3>
@@ -46,5 +47,6 @@
             + "-new-" + suffix + ".png\"/>\n");
       }
       out.print("        </p>");
+    }
 %>
         <br/>
diff --git a/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp b/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp
index 73c49bd..d0e1b46 100644
--- a/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp
+++ b/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp
@@ -1,3 +1,4 @@
+<%@ page import="java.util.*" %>
         <h2>Tor Metrics Portal: Graphs</h2>
         <br/>
         <h3>Recurring, directly connecting Tor users</h3>
-- 
1.7.1




More information about the tor-commits mailing list