diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 26f193178273ecdc2e7d434809ba2a7b0c2a870f..8131d16ec03d58335546e1a9b5af7c0417ee12e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,8 @@ Drupal 7.16, xxxx-xx-xx (development version) ----------------------- +- Fixed double occurrence of a "ul" HTML tag on secondary local tasks in the + Seven theme (markup change). - Fixed a bug which caused shortcut set titles to be double-escaped. The fix replaces the "Edit shortcuts" menu item's title callback entry in hook_menu() with a new function that does not escape HTML characters (data structure diff --git a/themes/seven/page.tpl.php b/themes/seven/page.tpl.php index 4d40cf89c075032745b886d38e218534ed103a86..6ab3ae8417c9366bc348c93fb7a2aa40536cf4af 100644 --- a/themes/seven/page.tpl.php +++ b/themes/seven/page.tpl.php @@ -11,7 +11,7 @@ <div id="page"> <?php if ($secondary_local_tasks): ?> - <div class="tabs-secondary clearfix"><ul class="tabs secondary"><?php print render($secondary_local_tasks); ?></ul></div> + <div class="tabs-secondary clearfix"><?php print render($secondary_local_tasks); ?></div> <?php endif; ?> <div id="content" class="clearfix">