From a96ffc1185146676a05579471fb66d2ef1395284 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 10 May 2008 06:52:32 +0000 Subject: - Patch #256736 by flobruit: fixed bad HTML in help text. flobruit is on a patching spree! --- modules/menu/menu.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/menu/menu.module') diff --git a/modules/menu/menu.module b/modules/menu/menu.module index 060e3b948..0731f5fda 100644 --- a/modules/menu/menu.module +++ b/modules/menu/menu.module @@ -27,7 +27,7 @@ function menu_help($path, $arg) { case 'admin/build/menu/add': return '

' . t('Enter the name for your new menu. Remember to enable the newly created block in the blocks administration page.', array('@blocks' => url('admin/build/block'))) . '

'; case 'admin/build/menu-customize/%': - return '

' . t('To rearrange menu items, grab a drag-and-drop handle under the Menu item column and drag the items (or group of items) to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save configuration button at the bottom of the page.') . '

'; + return '

' . t('To rearrange menu items, grab a drag-and-drop handle under the Menu item column and drag the items (or group of items) to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save configuration button at the bottom of the page.') . '

'; case 'admin/build/menu/item/add': return '

' . t('Enter the title and path for your new menu item.') . '

'; } -- cgit v1.2.3