some bug fixes

This commit is contained in:
ston1th 2019-08-29 19:29:53 +02:00
commit 577cf4d482
10 changed files with 83 additions and 17 deletions

View file

@ -17,7 +17,7 @@ type User struct {
type Result struct {
ID string
Path string
Tags string
Tags []string
HTML template.HTML
}