summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-09-09 07:11:11 +0200
committerYorhel <git@yorhel.nl>2020-09-09 07:11:11 +0200
commitd8885e3793c5906015ccd6af52c263989ec1a76d (patch)
tree51b237f6a4942042213c4b291de669fb5b03df3b
parentb17f2a7ed233b21266609cab8fe523ee2a4ca782 (diff)
Chars::Page: Fix replacing of spoiler tags with an indicator
-rw-r--r--lib/VNWeb/Chars/Page.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Chars/Page.pm b/lib/VNWeb/Chars/Page.pm
index b131b7e9..8a9966ae 100644
--- a/lib/VNWeb/Chars/Page.pm
+++ b/lib/VNWeb/Chars/Page.pm
@@ -213,7 +213,7 @@ sub chartable_ {
tr_ class => 'nostripe', sub {
td_ colspan => 2, class => 'chardesc', sub {
h2_ 'Description';
- p_ sub { lit_ bb_format $c->{desc}, delspoil => $view->{spoilers} != 2, keepspoil => $view->{spoilers} == 2 };
+ p_ sub { lit_ bb_format $c->{desc}, replacespoil => $view->{spoilers} != 2, keepspoil => $view->{spoilers} == 2 };
};
} if $c->{desc};
};