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 ( );
|
return builder.toString ( );
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
builder.append ( ">\n" );
|
builder.append ( ">" );
|
||||||
|
|
||||||
if ( text != null ) {
|
if ( text != null ) {
|
||||||
builder.append ( text );
|
builder.append ( text );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue