[evolvis-commits] r15820: xhtml changes

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:31:42 CET 2011


Author: mirabilos
Date: 2011-03-01 00:31:41 +0100 (Tue, 01 Mar 2011)
New Revision: 15820

Modified:
   trunk/gforge_base/evolvisforge-5.1/src/common/include/Plugin.class.php
Log:
xhtml changes

Modified: trunk/gforge_base/evolvisforge-5.1/src/common/include/Plugin.class.php
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/src/common/include/Plugin.class.php	2011-02-28 23:31:36 UTC (rev 15819)
+++ trunk/gforge_base/evolvisforge-5.1/src/common/include/Plugin.class.php	2011-02-28 23:31:41 UTC (rev 15820)
@@ -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 evolvis-commits mailing list