aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
Diffstat (limited to 'stella.js')
-rw-r--r--stella.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/stella.js b/stella.js
index 7077749..6e430cd 100644
--- a/stella.js
+++ b/stella.js
@@ -1086,9 +1086,9 @@ Thanks:
[
'tag',
[
- <span><a href={this.makeURL(t, Player.URL_TAG)}>{t}</a></span>
+ <span>[<a href={this.makeURL(t, Player.URL_TAG)}>{t}</a>]</span>
for each (t in Array.slice(v.tags))
- ].join(' ')
+ ].join('')
]
];
},