From 799f6c21daca7915f15c698855e2138d92e2c95b Mon Sep 17 00:00:00 2001 From: Manfred Kindl Date: Tue, 2 Jul 2013 08:31:53 +0000 Subject: [PATCH] =?UTF-8?q?Maxlength=20bei=20Firmenname=20entfernt,=20da?= =?UTF-8?q?=20bei=20IE=2010=20die=20Zeigenl=C3=A4nge=20=C3=BCberpr=C3=BCft?= =?UTF-8?q?=20wird=20und=20kein=20Speichern=20bei=20l=C3=A4ngeren=20Namen?= =?UTF-8?q?=20m=C3=B6glich=20ist,=20welche=20aber=20vom=20Autocomplete=20v?= =?UTF-8?q?orgeschlagen=20werden.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wawi/bestellung.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wawi/bestellung.php b/wawi/bestellung.php index b24b69d7e..fc4f888ea 100644 --- a/wawi/bestellung.php +++ b/wawi/bestellung.php @@ -526,7 +526,7 @@ if($aktion == 'suche') echo "\n"; echo "\n"; echo " Firma: \n"; - echo " \n"; + echo " \n"; echo "\n"; @@ -747,7 +747,7 @@ elseif($aktion == 'new') echo "\n"; echo "\n"; echo "Firma:\n"; - echo " \n"; + echo " \n"; echo " \n"; echo "\n"; echo "\n";