buildlogs: buildlogs2.sql/index.php - there is no value for checked attribu...

adamg adamg at pld-linux.org
Sun May 23 19:03:14 CEST 2010


Author: adamg                        Date: Sun May 23 17:03:14 2010 GMT
Module: buildlogs                     Tag: HEAD
---- Log message:
- there is no value for checked attribute in input tag

---- Files affected:
buildlogs/buildlogs2.sql:
   index.php (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: buildlogs/buildlogs2.sql/index.php
diff -u buildlogs/buildlogs2.sql/index.php:1.12 buildlogs/buildlogs2.sql/index.php:1.13
--- buildlogs/buildlogs2.sql/index.php:1.12	Sun May 23 19:01:53 2010
+++ buildlogs/buildlogs2.sql/index.php	Sun May 23 19:03:07 2010
@@ -604,14 +604,14 @@
     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";
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/buildlogs/buildlogs2.sql/index.php?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list