Commit a15bb3a3 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Don't add extra newline.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1487 b35dd754-fafc-0310-a699-88a17e54d16e
parent ef56bdd9
...@@ -86,7 +86,6 @@ ...@@ -86,7 +86,6 @@
%> %>
<%= line %> <%= line %>
<% <%
} }
} }
catch (IOException ioe) { catch (IOException ioe) {
...@@ -114,9 +113,8 @@ ...@@ -114,9 +113,8 @@
String line; String line;
while ((line = in.readLine()) != null) { while ((line = in.readLine()) != null) {
%> %>
<%= line + "\n" %> <%= line %>
<% <%
} }
} }
catch (IOException ioe) { catch (IOException ioe) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment