mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vweb: tmpl fixes
This commit is contained in:
@@ -25,7 +25,7 @@ pub fn compile_template(path string) string {
|
||||
panic('html failed')
|
||||
return ''
|
||||
}
|
||||
header = h
|
||||
header = h//.replace('\'', '"')
|
||||
}
|
||||
lines := html.split_into_lines()
|
||||
mut s := strings.new_builder(1000)
|
||||
|
Reference in New Issue
Block a user