From 4923839ef41fc8c2fec0d27b300d1fa2ea655777 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 10 Jan 2008 15:53:58 +0000 Subject: [PATCH] =?utf8?q?Im=20alten=20Men=C3=BC=20den=20Loginnamen=20in?= =?utf8?q?=20der=20Kopfzeile=20anzeigen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/kopf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/kopf.pl b/bin/mozilla/kopf.pl index 03c601b21..ea7e5d329 100644 --- a/bin/mozilla/kopf.pl +++ b/bin/mozilla/kopf.pl @@ -14,7 +14,7 @@ foreach (@felder) { $$name = $wert; } $login = - "[" . $login + "[" . $form->{login} . " - " . $locale->text('Logout') . "] "; -- 2.20.1