]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Template/Plugin/HTMLFixes.pm
Eine Warnung unterdrücken.
[kivitendo-erp.git] / SL / Template / Plugin / HTMLFixes.pm
index 3f328a8424b584fcd8a8d8d891b401d3796ca8a4..32d3c56835cd71ed856226355f6aeb75fcc5e97e 100644 (file)
@@ -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;