Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed May 17, 2016
1 parent 7d6898c commit 4c56cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/cms/html/access.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public static function usergroups($name, $selected, $checkSuperAdmin = false)
$html[] = ' <label class="checkbox" for="' . $eid . '">';
$html[] = ' <input type="checkbox" name="' . $name . '[]" value="' . $item->id . '" id="' . $eid . '"';
$html[] = ' ' . $checked . $rel . ' />';
$html[] = ' ' . JLayoutHelper::render('joomla.html.treeprefix', array('level' => $item->level + 1)) . '&nbsp;' . $item->title;
$html[] = ' ' . JLayoutHelper::render('joomla.html.treeprefix', array('level' => $item->level + 1)) . $item->title;
$html[] = ' </label>';
$html[] = ' </div>';
$html[] = ' </div>';
Expand Down

0 comments on commit 4c56cdc

Please sign in to comment.