]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- there is no value for checked attribute in input tag
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 May 2010 17:03:07 +0000 (17:03 +0000)
committerAdam Gołębiowski <adamg@pld-linux.org>
Sun, 23 May 2010 17:03:07 +0000 (17:03 +0000)
index.php

index 6bf2a2bca997dd3e3b641aee064d6bb38c9fd266..576b11a3320e20e403e651643af6ea28b80df470 100644 (file)
--- a/index.php
+++ b/index.php
@@ -433,7 +433,7 @@ function list_archs()
                "alt=\""._("Powered by PLD Linux")."\" border=\"0\" /></a><br />\n" .
             "<small>(c) 2002 ".
             "<a href=\"mailto:feedback@pld-linux.org\">PLD&nbsp;Team</a><br />\n".
-            '$Revision: 1.11 $'.
+            '$Revision: 1.12 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -604,14 +604,14 @@ function adv_search()
     if (!isset($_POST["$name"])) {
        $check = " ";
     } else {
-       $check=" checked=\"on\"";
+       $check=" checked";
     }
     echo "<td><input name=\"$name\" id=\"$name\" type=\"checkbox\"$check /><label for=\"$name\">". "$dist/$arch" ."</label></td>\n";
     $name="as1_".$i;
     if (!isset($_POST["$n2"])) {
        $check = " ";
     } else {
-       $check=" checked=\"on\"";
+       $check=" checked";
     }
     echo "<td><input name=\"$name\" id=\"$name\" type=\"checkbox\"$check /><label for=\"$name\">". "$dist/$arch" ."</label></td>\n";
     echo "</tr>\n";
@@ -806,7 +806,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld-linux.org"><?=_("to us")?></a>. <?=_("Positive opinions are also")?> 
 <a href="mailto:feedback@pld-linux.org"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.11 2010/02/08 19:54:02 arekm Exp $</p>
+<p>Version: $Id: index.php,v 1.12 2010/05/23 17:01:53 adamg Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.033997 seconds and 4 git commands to generate.