summaryrefslogtreecommitdiff
path: root/themes/seven/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/seven/template.php')
-rw-r--r--themes/seven/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/template.php b/themes/seven/template.php
index f49261b17..e87868c72 100644
--- a/themes/seven/template.php
+++ b/themes/seven/template.php
@@ -38,7 +38,7 @@ function seven_node_add_list($variables) {
$content = $variables['content'];
$output = '';
if ($content) {
- $output = '<ul class="node-type-list">';
+ $output = '<ul class="admin-list">';
foreach ($content as $item) {
$output .= '<li class="clearfix">';
$output .= '<span class="label">' . l($item['title'], $item['href'], $item['localized_options']) . '</span>';