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