diff options
author | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2010-09-04 11:28:05 -0400 |
---|---|---|
committer | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2010-09-04 11:28:05 -0400 |
commit | a6bf93837bc8c77840db93b4671fe102dfb339f9 (patch) | |
tree | 40e92df0379d79d6176310c68c393af3ff0a1d8f /src/lq | |
parent | 6c9d6a863f0db5fa9da5bb841a8bc3024bd11f77 (diff) |
Fix formatting issue in ViewQuote
Diffstat (limited to 'src/lq')
-rw-r--r-- | src/lq/ViewQuote.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lq/ViewQuote.java b/src/lq/ViewQuote.java index 5c40ac3..411251b 100644 --- a/src/lq/ViewQuote.java +++ b/src/lq/ViewQuote.java @@ -21,7 +21,6 @@ public class ViewQuote extends HttpServlet { resp.setContentType("text/html"); resp.getWriter().println(header); - resp.getWriter().println("<pre><hr>"); if (quote != null) { Printer printer = new Printer(resp.getWriter()); |