diff --git a/core/modules/menu/lib/Drupal/menu_ui/Tests/MenuTest.php b/core/modules/menu/lib/Drupal/menu_ui/Tests/MenuTest.php index 395f519..43da200 100644 --- a/core/modules/menu/lib/Drupal/menu_ui/Tests/MenuTest.php +++ b/core/modules/menu/lib/Drupal/menu_ui/Tests/MenuTest.php @@ -475,7 +475,7 @@ public function testBlockContextualLinks() { $response = $this->drupalPost('contextual/render', 'application/json', $post, array('query' => array('destination' => 'test-page'))); $this->assertResponse(200); $json = drupal_json_decode($response); - $this->assertIdentical($json[$id], '
'); + $this->assertIdentical($json[$id], ''); } /** diff --git a/core/modules/menu/menu_ui.module b/core/modules/menu/menu_ui.module index 091a321..26891de 100644 --- a/core/modules/menu/menu_ui.module +++ b/core/modules/menu/menu_ui.module @@ -31,10 +31,10 @@ */ function menu_ui_help($path, $arg) { switch ($path) { - case 'admin/help#menu': + case 'admin/help#menu_ui': $output = ''; $output .= '' . t('The Menu module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. Each menu is rendered in a block that can be enabled and positioned through the Blocks administration page. You can view and manage menus on the Menus administration page. For more information, see the online handbook entry for the Menu module.', array('@blocks' => url('admin/structure/block'), '@menus' => url('admin/structure/menu'), '@menu' => 'http://drupal.org/documentation/modules/menu/')) . '
'; + $output .= '' . t('The Menu UI module provides an interface for managing menus. A menu is a hierarchical collection of links, which can be within or external to the site, generally used for navigation. Each menu is rendered in a block that can be enabled and positioned through the Blocks administration page. You can view and manage menus on the Menus administration page. For more information, see the online handbook entry for the Menu module.', array('@blocks' => url('admin/structure/block'), '@menus' => url('admin/structure/menu'), '@menu' => 'http://drupal.org/documentation/modules/menu/')) . '
'; $output .= '