[Fusionforge-commits] r10563 - trunk/src/common/include

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Mon Sep 20 22:31:24 CEST 2010


Author: aljeux
Date: 2010-09-20 22:31:23 +0200 (Mon, 20 Sep 2010)
New Revision: 10563

Modified:
   trunk/src/common/include/Plugin.class.php
Log:
xhtml changes

Modified: trunk/src/common/include/Plugin.class.php
===================================================================
--- trunk/src/common/include/Plugin.class.php	2010-09-20 20:31:15 UTC (rev 10562)
+++ trunk/src/common/include/Plugin.class.php	2010-09-20 20:31:23 UTC (rev 10563)
@@ -148,7 +148,7 @@
 		echo ' <input type="checkbox" name="'.$flag.'" value="1" ';
 		// checked or unchecked?
 		if ( $user->usesPlugin ( $this->name ) ) {
-			echo "checked";
+			echo 'checked="checked"';
 		}
 		echo " />    Use ".$this->text." Plugin";
 		echo "</td>";
@@ -169,7 +169,7 @@
 		echo ' <input type="checkbox" name="'.$flag.'" value="1" ';
 		// checked or unchecked?
 		if ( $user->usesPlugin ( $this->name ) ) {
-			echo "checked";
+			echo 'checked="checked"';
 		}
 		echo " />    Use ".$this->text." Plugin";
 		echo "</td>";




More information about the Fusionforge-commits mailing list