Completed
Push — master ( 2b7ec8...e65692 )
by Alex
09:34
created
Mezon/Gui/Field/CheckboxesField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
             $id = Fetcher::getField($item, 'id');
66 66
 
67 67
             $content .= '<label>
68
-                <input type="checkbox" class="'.$this->class.'" name="' . $this->getNamePrefix() . $this->name . '[]" value="' .
68
+                <input type="checkbox" class="'.$this->class . '" name="' . $this->getNamePrefix() . $this->name . '[]" value="' .
69 69
                 $id . '" /> ' . $this->getExternalTitle($item) . '
70 70
             </label><br>';
71 71
         }
Please login to merge, or discard this patch.