From: Antoine Musso Date: Sat, 22 Oct 2005 21:33:53 +0000 (+0000) Subject: killing double quotes. width attribute is invalid for input element, using size inste... X-Git-Tag: 1.6.0~1356 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=commitdiff_plain;h=e4145dda57f83372d44b265ed6b852ec7aa086c0;p=lhc%2Fweb%2Fwiklou.git killing double quotes. width attribute is invalid for input element, using size instead (the value is the number of character) --- diff --git a/includes/SpecialSearch.php b/includes/SpecialSearch.php index b1abb72c61..6ff335fd7d 100644 --- a/includes/SpecialSearch.php +++ b/includes/SpecialSearch.php @@ -395,8 +395,8 @@ class SpecialSearch { : ''; $redirect = "\n"; - $searchField = "\n"; + $searchField = '\n"; $searchButton = '\n";