Revision 20a76c43
Von Sven Schöling vor mehr als 13 Jahren hinzugefügt
SL/Template/Plugin/HTMLFixes.pm | ||
---|---|---|
17 | 17 |
# creating invalid UTF-8 characters upon URL-unescaping. |
18 | 18 |
|
19 | 19 |
# The only addition is the "Encode::encode()" line. |
20 |
|
|
20 |
no warnings 'redefine'; |
|
21 | 21 |
sub url { |
22 | 22 |
my ($self, $text) = @_; |
23 | 23 |
return undef unless defined $text; |
Auch abrufbar als: Unified diff
Eine Warnung unterdrücken.