Remove newline from start-tag

This commit is contained in:
Aria 2023-06-23 17:25:51 -07:00
parent 41e1c60b50
commit a61b636d85

View file

@ -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 );