Update tag delimiter
This commit is contained in:
parent
c05607934b
commit
eb9f92f04a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 + "]"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue