escape html for related tags form

This commit is contained in:
Toks
2013-05-05 20:31:07 -04:00
parent 357332a506
commit c1371eb0a2
2 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@
var link = $("<a/>");
var count = $("<span/>");
link.html(entry.tags);
link.text(entry.tags);
link.click(Danbooru.Blacklist.toggle_entry);
count.html(entry.hits);
item.append(link);