]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- in xhtml it should be checked="checked" (thx sparky)
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 24 May 2010 07:09:49 +0000 (07:09 +0000)
committerAdam Gołębiowski <adamg@pld-linux.org>
Mon, 24 May 2010 07:09:49 +0000 (07:09 +0000)
index.php

index 576b11a3320e20e403e651643af6ea28b80df470..d4eb1e7b76ea88272143b614210d83f5355bf14e 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.12 $'.
+            '$Revision: 1.13 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -604,14 +604,14 @@ function adv_search()
     if (!isset($_POST["$name"])) {
        $check = " ";
     } else {
-       $check=" checked";
+       $check=" checked='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";
+       $check=" checked='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.12 2010/05/23 17:01:53 adamg Exp $</p>
+<p>Version: $Id: index.php,v 1.13 2010/05/23 17:03:07 adamg Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.099312 seconds and 4 git commands to generate.