From 23f57980c4cacacb8ea4d4f2848adfb6fafc4886 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sun, 23 May 2010 17:03:07 +0000 Subject: [PATCH] - there is no value for checked attribute in input tag --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 6bf2a2b..576b11a 100644 --- a/index.php +++ b/index.php @@ -433,7 +433,7 @@ function list_archs() "alt=\""._("Powered by PLD Linux")."\" border=\"0\" />
\n" . "(c) 2002 ". "PLD Team
\n". - '$Revision: 1.11 $'. + '$Revision: 1.12 $'. "
\n"; # smile ;) @@ -604,14 +604,14 @@ function adv_search() if (!isset($_POST["$name"])) { $check = " "; } else { - $check=" checked=\"on\""; + $check=" checked"; } echo "\n"; $name="as1_".$i; if (!isset($_POST["$n2"])) { $check = " "; } else { - $check=" checked=\"on\""; + $check=" checked"; } echo "\n"; echo "\n"; @@ -806,7 +806,7 @@ function welcome() . ;)

-

Version: $Id: index.php,v 1.11 2010/02/08 19:54:02 arekm Exp $

+

Version: $Id: index.php,v 1.12 2010/05/23 17:01:53 adamg Exp $