Fix bad line separator.
This commit is contained in:
parent
9a041bd008
commit
8c2cc87fd7
1 changed files with 0 additions and 1 deletions
|
@ -107,7 +107,6 @@ public class StringPresenter implements Presenter
|
|||
if ((this.doctype != null))
|
||||
{
|
||||
htmlCode.write(this.doctype);
|
||||
htmlCode.write('\n');
|
||||
}
|
||||
|
||||
DomPresenterCore.dynamize(htmlCode, dom, data);
|
||||
|
|
Loading…
Reference in a new issue