summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-03-02 13:22:00 +0100
committerYorhel <git@yorhel.nl>2021-03-02 13:22:00 +0100
commitce9cd4c6418a196c1c327ecd44933296257b8004 (patch)
treec8180b2bc82146761502e1f8a01fd2cbbdf38bf5
parentd3d36aa02c9d1558dea603cd64bcf0d266fe5b00 (diff)
Reviews: Fix formatting of mod note on VN reviews tab
-rw-r--r--lib/VNWeb/Reviews/VNTab.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Reviews/VNTab.pm b/lib/VNWeb/Reviews/VNTab.pm
index aebdbbdd..e07c3b32 100644
--- a/lib/VNWeb/Reviews/VNTab.pm
+++ b/lib/VNWeb/Reviews/VNTab.pm
@@ -37,7 +37,7 @@ sub reviews_ {
span_ "Vote: ".fmtvote($r->{vote}) if $r->{vote};
};
div_ sub {
- p_ $r->{modnote} if $r->{modnote};
+ p_ sub { lit_ bb_format $r->{modnote} } if $r->{modnote};
};
div_ sub {
span_ sub {