--- editoutage.jsp.orig 2008-03-31 08:48:04.000000000 -0500 +++ editoutage.jsp 2008-03-31 09:13:58.000000000 -0500 @@ -45,7 +45,9 @@ private static String getMonthSelectField(String name, int month) { StringBuffer sb = new StringBuffer(); - sb.append(""); SimpleDateFormat shortDF = new SimpleDateFormat("MMM"); SimpleDateFormat longDF = new SimpleDateFormat("MMMM"); for (int mon = 0; mon < 12; mon++) {