From: Nicolas Boisselier Date: Sat, 20 Jun 2026 22:20:32 +0000 (+0200) Subject: lib/perl/NB/CGI.pm X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=6bc2edf61696926394fc8a7c6b1a13ed483597d0;p=nb.git lib/perl/NB/CGI.pm --- diff --git a/lib/perl/NB/CGI.pm b/lib/perl/NB/CGI.pm index b865ee60..6956c58a 100644 --- a/lib/perl/NB/CGI.pm +++ b/lib/perl/NB/CGI.pm @@ -343,7 +343,7 @@ sub text__tag_func { @result = map {"$_\n";} @result; } # TR - elsif ($tagname =~ /^tr$/i) + elsif ($tagname =~ /^(start_)?tr$/i) { # NB 24.10.24 @result = map {"$_|\n";} @result; @result = map {"$_\n";} @result;