]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/DateSelector.java
fix: spacing in DateSelector
[gigi.git] / src / org / cacert / gigi / output / DateSelector.java
index a17532695b3bf074971d835212b9de6f9c4d84ce..2557282abe8dad4b8737b9ff6fd6baa0e972d6d4 100644 (file)
@@ -90,7 +90,7 @@ public class DateSelector implements Outputable {
         if (year != 0) {
             out.print(year);
         }
-        out.print("\" size=\"4\" autocomplete=\"off\">");
+        out.println("\" size=\"4\" autocomplete=\"off\">");
     }
 
     public void update(HttpServletRequest r) throws GigiApiException {