summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-19 15:31:50 +0300
committerAndrew Dolgov <[email protected]>2021-02-19 15:31:50 +0300
commite73779fec18a417ac04d694f75b6f9bbce0f47ea (patch)
treed77c6540de5a9055801c706cc12d7b7f6aa53428 /js/Headlines.js
parentd9fe14a0123eb90008a1be4b6ab9bb21b42f3776 (diff)
render tags on the client
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 2effc9192..f98b3dcce 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -495,7 +495,7 @@ const Headlines = {
<div class="left">
${hl.buttons_left}
<i class="material-icons">label_outline</i>
- <span id="ATSTR-${hl.id}">${hl.tags_str}</span>
+ ${Article.renderTags(hl.id, hl.tags)}
<a title="${__("Edit tags for this article")}" href="#"
onclick="Article.editTags(${hl.id})">(+)</a>
${comments}