]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Closes #1037: Removed double pasting
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 4 Jun 2009 17:14:48 +0000 (17:14 +0000)
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 4 Jun 2009 17:14:48 +0000 (17:14 +0000)
git-svn-id: https://code.elgg.org/elgg/trunk@3320 36083f99-b078-4883-b0ff-0f9b5a30f544

views/default/input/checkboxes.php

index 620ee9cbc4cf840c9cf75675c7d21166b3ceb13b..3ae9c29873449ae2a25664fd32a587e931aaca8e 100644 (file)
@@ -45,7 +45,7 @@
         
         $disabled = "";
         if ($vars['disabled']) $disabled = ' disabled="yes" '; \r
-        echo "<label><input type=\"checkbox\" $disabled {$vars['js']} name=\"{$vars['internalname']}[]\" {$selected} value=\"".htmlentities($option, ENT_QUOTES, 'UTF-8')."\" {$selected} class=\"$class\" />{$label}</label><br />";\r
+        echo "<label><input type=\"checkbox\" $disabled {$vars['js']} name=\"{$vars['internalname']}[]\" value=\"".htmlentities($option, ENT_QUOTES, 'UTF-8')."\" {$selected} class=\"$class\" />{$label}</label><br />";\r
     }\r
 \r
 ?> 
\ No newline at end of file