summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Staff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-03-02 12:16:12 +0100
committerYorhel <git@yorhel.nl>2021-03-02 12:16:12 +0100
commit02bf350362ef33b4aa57982a24999432bb7a5354 (patch)
treeaddefb87838ebd262204cef9542d796d40b3c0ac /lib/VNWeb/Staff
parent0b3dd2b68334110cf8dd11a1f9c44884d869428d (diff)
CSS: Fix formatting of block elements in entry descriptions
Fixes https://vndb.org/t2520.542
Diffstat (limited to 'lib/VNWeb/Staff')
-rw-r--r--lib/VNWeb/Staff/Page.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Staff/Page.pm b/lib/VNWeb/Staff/Page.pm
index c8665eaf..84962044 100644
--- a/lib/VNWeb/Staff/Page.pm
+++ b/lib/VNWeb/Staff/Page.pm
@@ -180,7 +180,7 @@ TUWF::get qr{/$RE{srev}} => sub {
h1_ sub { txt_ $main->{name}; debug_ $s };
h2_ class => 'alttitle', lang => $s->{lang}, $main->{original} if $main->{original};
_infotable_ $main, $s;
- p_ class => 'description', sub { lit_ bb_format $s->{desc} };
+ div_ class => 'description', sub { lit_ bb_format $s->{desc} };
};
_roles_ $s;