From 1126ec402304d4d5f913da76ba6fe10492a85fc0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 17 Jun 2023 15:30:48 +0100 Subject: [PATCH] mason/dhandler: Use the correct attribute to encourage lazy loading. I don't know how I got this one wrong. It doesn't work properly even so. More to come on this. --- mason/dhandler | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mason/dhandler b/mason/dhandler index f3a8cfc..6a81e78 100755 --- a/mason/dhandler +++ b/mason/dhandler @@ -277,12 +277,12 @@ Failed to find ‘<% $path |h %>’. % $tn //= "$STATICURL/folder.svg"; % if ($focus) {
- +
<% $caption %>
% } else {
- - + +
<% $caption %> % if (defined $comment) { -- 2.11.0