commit 264b885058cd3b28d4c2a24118e85176a9a9f2fd Author: Ivan Boothe Date: Sun Mar 10 17:32:23 2013 -0700 384150-new_changes diff --git a/core/themes/seven/template.php b/core/themes/seven/template.php index 0df58a5..783854a 100644 --- a/core/themes/seven/template.php +++ b/core/themes/seven/template.php @@ -55,7 +55,7 @@ function seven_node_add_list($variables) { foreach ($content as $type) { $output .= '
  • '; $content = '' . check_plain($type->name) . ''; - $content .= isset($type->edit_href) ? ' [ ' . l(t('Edit content type'), $type->edit_href) . ' ]' : ''; + $content .= isset($type->edit_href) ? '' . l(t('Edit content type'), $type->edit_href) . '' : ''; $content .= '
    ' . filter_xss_admin($type->description) . '
    '; $options['html'] = TRUE; $output .= l($content, 'node/add/' . $type->type, $options);