summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Reviews/VNTab.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/Reviews/VNTab.pm')
-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 bd1ae870..9b5427d1 100644
--- a/lib/VNWeb/Reviews/VNTab.pm
+++ b/lib/VNWeb/Reviews/VNTab.pm
@@ -40,7 +40,7 @@ sub reviews_ {
a_ href => "/report/$r->{id}", 'report';
txt_ '>';
};
- my $html = bb2html $r->{text}, $mini ? undef : 700;
+ my $html = bb_format $r->{text}, maxlength => $mini ? undef : 700;
$html .= '...' if !$mini;
if($r->{spoiler}) {
label_ class => 'review_spoil', sub {