Remove newline from start-tag
This commit is contained in:
parent
41e1c60b50
commit
a61b636d85
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public class HTMLElement {
|
|||
return builder.toString ( );
|
||||
}*/
|
||||
|
||||
builder.append ( ">\n" );
|
||||
builder.append ( ">" );
|
||||
|
||||
if ( text != null ) {
|
||||
builder.append ( text );
|
||||
|
|
Loading…
Reference in a new issue