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