@@ -65,7 +65,7 @@ |
||
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 | } |