Indent act.
This commit is contained in:
parent
ede8394ce2
commit
dcc878a5ef
1 changed files with 3 additions and 3 deletions
|
@ -106,9 +106,9 @@ public class StringPresenter extends DomPresenter
|
||||||
result = null;
|
result = null;
|
||||||
}
|
}
|
||||||
else if ((this.html.startsWith ("<!DOCTYPE")) ||
|
else if ((this.html.startsWith ("<!DOCTYPE")) ||
|
||||||
(this.html.startsWith ("<!doctype")) ||
|
(this.html.startsWith ("<!doctype")) ||
|
||||||
(this.html.startsWith ("<html>")) ||
|
(this.html.startsWith ("<html>")) ||
|
||||||
(this.html.startsWith ("<HTML>")))
|
(this.html.startsWith ("<HTML>")))
|
||||||
{
|
{
|
||||||
result = htmlTarget;
|
result = htmlTarget;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue