summaryrefslogtreecommitdiff
path: root/src/lq/ViewQuote.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/lq/ViewQuote.java')
-rw-r--r--src/lq/ViewQuote.java1
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());