Indent act.

This commit is contained in:
Christian P. MOMON 2010-02-25 14:43:23 +01:00
parent ede8394ce2
commit dcc878a5ef

View file

@ -106,9 +106,9 @@ public class StringPresenter extends DomPresenter
result = null;
}
else if ((this.html.startsWith ("<!DOCTYPE")) ||
(this.html.startsWith ("<!doctype")) ||
(this.html.startsWith ("<html>")) ||
(this.html.startsWith ("<HTML>")))
(this.html.startsWith ("<!doctype")) ||
(this.html.startsWith ("<html>")) ||
(this.html.startsWith ("<HTML>")))
{
result = htmlTarget;
}