summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-01-08 10:13:20 +0100
committerYorhel <git@yorhel.nl>2020-01-08 10:14:29 +0100
commit63f5fc988b86e543fa4d161d10786ce8d9ddbaeb (patch)
tree9cc41839df7529f6456b7d12e6c10dd1d335b4fe /lib/VNDB/Util
parent788ff22a82cd16c5bc31f70a25118a99372bcb5f (diff)
Slightly less ugly tagscore display
And get rid of the spoiler warning in the tag link browser. There are lots of pages that would need it if we applied it consistently.
Diffstat (limited to 'lib/VNDB/Util')
-rw-r--r--lib/VNDB/Util/BrowseHTML.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNDB/Util/BrowseHTML.pm b/lib/VNDB/Util/BrowseHTML.pm
index 1a7e3878..29d131c5 100644
--- a/lib/VNDB/Util/BrowseHTML.pm
+++ b/lib/VNDB/Util/BrowseHTML.pm
@@ -151,7 +151,7 @@ sub htmlBrowseVN {
Tr;
if($tagscore) {
td class => 'tc_s';
- tagscore $l->{tagscore}, 0;
+ VNWeb::Tags::Lib::tagscore_($l->{tagscore});
end;
}
td class => $tagscore ? 'tc_t' : 'tc1';