mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: remove no longer needed special case & fix tmpl
This commit is contained in:
committed by
Alexander Medvednikov
parent
6349bd33d3
commit
3107618732
@@ -79,8 +79,7 @@ _ = header
|
||||
}
|
||||
}
|
||||
s.writeln(STR_END)
|
||||
s.writeln('tmpl_res := sb.str() ')
|
||||
s.writeln('return tmpl_res }')
|
||||
s.writeln('tmpl_res := sb.str() }')
|
||||
return s.str()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user