diff options
-rw-r--r-- | themes/seven/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/seven/template.php b/themes/seven/template.php index 88a67a09d..472c35538 100644 --- a/themes/seven/template.php +++ b/themes/seven/template.php @@ -52,7 +52,7 @@ function seven_admin_block_content($variables) { $output .= '<li class="leaf">'; $output .= l($item['title'], $item['href'], $item['localized_options']); if (!system_admin_compact_mode()) { - $output .= '<div class="description">' . $item['description'] . '</div>'; + $output .= '<div class="description">' . filter_xss_admin($item['description']) . '</div>'; } $output .= '</li>'; } |