summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Releases/Page.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/Releases/Page.pm')
-rw-r--r--lib/VNWeb/Releases/Page.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Releases/Page.pm b/lib/VNWeb/Releases/Page.pm
index 0c771a71..936829e0 100644
--- a/lib/VNWeb/Releases/Page.pm
+++ b/lib/VNWeb/Releases/Page.pm
@@ -222,7 +222,7 @@ TUWF::get qr{/$RE{rrev}} => sub {
h1_ sub { txt_ $r->{title}; debug_ $r };
h2_ class => 'alttitle', lang_attr($r->{lang}), $r->{original} if length $r->{original};
_infotable_ $r;
- p_ class => 'description', sub { lit_ bb_format $r->{notes} } if $r->{notes};
+ div_ class => 'description', sub { lit_ bb_format $r->{notes} } if $r->{notes};
};
};
};