X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f6e5b55ae22f3fda6863e8a14e07bc8ca6664564..cfc6a60d53597f6a879b28af37f84b4b5fa4cc6b:/bin/mozilla/common.pl diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 6793a1ddc..0307d7776 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -452,6 +452,13 @@ sub E { return $form->escape($_[0]); } +sub NTI { + my ($element) = @_; + + $element =~ s/tabindex\s*=\s*"\d+"//; + return $element; +} + sub format_dates { $lxdebug->enter_sub();