mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 21:09:44 +08:00
Minor change
This commit is contained in:
parent
1dcc663039
commit
5e741543a2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ var (
|
|||
|
||||
bookmark.Tags = make([]model.Tag, len(tags))
|
||||
for i, tag := range tags {
|
||||
bookmark.Tags[i].Name = tag
|
||||
bookmark.Tags[i].Name = strings.TrimSpace(tag)
|
||||
}
|
||||
|
||||
// Save new bookmark
|
||||
|
|
Loading…
Reference in a new issue