summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-01-15 15:00:53 +0100
committerYorhel <git@yorhel.nl>2021-01-15 15:00:53 +0100
commit2a0e9edae898865a44a65135049d74ecf7ee1154 (patch)
tree38dc509037057bb5ac0199005ac6efc1db6127ef /lib
parente01e2f0adcea9a528e9d99bd86286f5e6dfc6c98 (diff)
TagPage: Fix display of tag properties
Diffstat (limited to 'lib')
-rw-r--r--lib/VNWeb/TT/TagPage.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/TT/TagPage.pm b/lib/VNWeb/TT/TagPage.pm
index 8242e05a..c9682551 100644
--- a/lib/VNWeb/TT/TagPage.pm
+++ b/lib/VNWeb/TT/TagPage.pm
@@ -75,7 +75,7 @@ sub infobox_ {
p_ class => 'center', sub {
b_ 'Properties';
br_;
- join_ \&br_, \&txt_, @prop;
+ join_ \&br_, sub { txt_ $_ }, @prop;
} if @prop;
p_ class => 'center', sub {