mirror of
https://github.com/glanceapp/glance.git
synced 2025-01-24 23:29:55 +01:00
Update tag delimiter
This commit is contained in:
parent
c05607934b
commit
eb9f92f04a
@ -41,7 +41,7 @@ func getLobstersPostsFromFeed(feedUrl string) (ForumPosts, error) {
|
||||
posts := make(ForumPosts, 0, len(feed))
|
||||
|
||||
for i := range feed {
|
||||
tags := strings.Join(feed[i].Tags, ",")
|
||||
tags := strings.Join(feed[i].Tags, ", ")
|
||||
|
||||
if tags != "" {
|
||||
tags = " [" + tags + "]"
|
||||
|
Loading…
Reference in New Issue
Block a user