diff --git a/vlib/vweb/tmpl/tmpl.v b/vlib/vweb/tmpl/tmpl.v index 32cca5d82c..5d491956f8 100644 --- a/vlib/vweb/tmpl/tmpl.v +++ b/vlib/vweb/tmpl/tmpl.v @@ -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 {