vweb: remove an unnecessary empty newline at the start
parent
f2a75d5223
commit
6ce7bb4581
|
@ -50,7 +50,7 @@ header := \' \' // TODO remove
|
|||
_ = header
|
||||
|
||||
")
|
||||
s.writeln(str_start)
|
||||
s.write(str_start)
|
||||
mut state := State.html
|
||||
mut in_span := false
|
||||
//for _line in lines {
|
||||
|
|
Loading…
Reference in New Issue