[evolvis-commits] r10822: xhtml fix↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 17:56:19 CET 2011


Author: mirabilos
Date: 2011-02-24 17:56:18 +0100 (Thu, 24 Feb 2011)
New Revision: 10822

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmsvn/include/SVNPlugin.class
Log:
xhtml fix


Modified: trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmsvn/include/SVNPlugin.class
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmsvn/include/SVNPlugin.class	2011-02-24 16:56:17 UTC (rev 10821)
+++ trunk/gforge_base/evolvisforge-5.1/gforge-plugin-scmsvn/include/SVNPlugin.class	2011-02-24 16:56:18 UTC (rev 10822)
@@ -175,7 +175,7 @@
 	// This function is used to render checkboxes below
 	function c($v) {
 		if ($v) {
-			return 'checked';
+			return 'checked="checked"';
 		} else {
 			return '';
 		}
@@ -186,7 +186,7 @@
 		global $Language ;
 		if ( $group->usesPlugin ( $this->name ) ) {
 			?>
-			<p><input type="checkbox" name="scmsvn_enable_anon_svn" value="1" <?php echo $this->c($group->enableAnonSCM()); ?> ><strong><?php echo $Language->getText('plugin_scmsvn', 'enable_anonymous_svn') ?></strong></p>
+			<p><input type="checkbox" name="scmsvn_enable_anon_svn" value="1" <?php echo $this->c($group->enableAnonSCM()); ?> /><strong><?php echo $Language->getText('plugin_scmsvn', 'enable_anonymous_svn') ?></strong></p>
 			<?php
 		}
 	}



More information about the evolvis-commits mailing list