Revision f2860992
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
SL/Template/Plugin/LxERP.pm | ||
---|---|---|
62 | 62 |
my $self = shift; |
63 | 63 |
my $word = shift || ""; |
64 | 64 |
|
65 |
return join '<br>', map { $locale->quote_special_chars('HTML', $_) } split(m//, $word); |
|
65 |
return join '<br>', map { $main::locale->quote_special_chars('HTML', $_) } split(m//, $word);
|
|
66 | 66 |
} |
67 | 67 |
|
68 | 68 |
sub turn90 { |
Auch abrufbar als: Unified diff
$locale ist in einem anderen Namensraum.