Skip to content

Commit 2b87cf3

Browse files
sebschuStanford NLP
authored and
Stanford NLP
committed
No need for <br> in <pre> in online demo.
1 parent c53f13e commit 2b87cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/pipeline/webapp/CoreNLPServlet.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public void outputByWriter(Consumer<StringWriter> printer,
230230
++numSpaces;
231231
}
232232
out.print(line.substring(numSpaces));
233-
out.print("<br>\n");
233+
out.print("\n");
234234
}
235235
out.print("</pre></div>");
236236
}

0 commit comments

Comments
 (0)