Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision f2860992

Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt

  • ID f2860992e33c0269fe99dd8105cbf5ace857b50b
  • Vorgänger 7bd5c745
  • Nachfolger d66df20d

$locale ist in einem anderen Namensraum.

Unterschiede anzeigen:

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