From 20a76c43821e96a4ee9b6d43e976241974fefb11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 13 May 2011 13:09:01 +0200 Subject: [PATCH] =?utf8?q?Eine=20Warnung=20unterdr=C3=BCcken.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Template/Plugin/HTMLFixes.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Template/Plugin/HTMLFixes.pm b/SL/Template/Plugin/HTMLFixes.pm index 3f328a842..32d3c5683 100644 --- a/SL/Template/Plugin/HTMLFixes.pm +++ b/SL/Template/Plugin/HTMLFixes.pm @@ -17,7 +17,7 @@ use Encode; # creating invalid UTF-8 characters upon URL-unescaping. # The only addition is the "Encode::encode()" line. - +no warnings 'redefine'; sub url { my ($self, $text) = @_; return undef unless defined $text; -- 2.20.1