Fix bad line separator.

This commit is contained in:
Christian P. MOMON 2013-08-03 16:13:42 +02:00
parent 9a041bd008
commit 8c2cc87fd7

View file

@ -107,7 +107,6 @@ public class StringPresenter implements Presenter
if ((this.doctype != null)) if ((this.doctype != null))
{ {
htmlCode.write(this.doctype); htmlCode.write(this.doctype);
htmlCode.write('\n');
} }
DomPresenterCore.dynamize(htmlCode, dom, data); DomPresenterCore.dynamize(htmlCode, dom, data);