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