fix html template embed

This commit is contained in:
Antoni Sawicki 2022-11-30 02:00:53 -08:00
parent c8e391274a
commit 9b76c045d6
1 changed files with 2 additions and 2 deletions

2
wrp.go
View File

@ -471,7 +471,7 @@ func tmpl(t string) string {
return string(tmpl)
builtin:
fhs, err := fs.Open("/wrp.html")
fhs, err := fs.Open("wrp.html")
if err != nil {
log.Fatal(err)
}