- Removed some whitespace

4.7.x
Dries Buytaert 2005-07-31 08:58:01 +00:00
parent 563c00c92c
commit 6fdb939d55
4 changed files with 6 additions and 6 deletions

View File

@ -259,8 +259,8 @@ function blog_menu($may_cache) {
'callback' => 'blog_page',
'access' => user_access('access content'),
'type' => MENU_SUGGESTED_ITEM);
$items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'),
'access' => user_access('edit own blog'),
$items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'),
'access' => user_access('edit own blog'),
'type' => MENU_DYNAMIC_ITEM);
}

View File

@ -259,8 +259,8 @@ function blog_menu($may_cache) {
'callback' => 'blog_page',
'access' => user_access('access content'),
'type' => MENU_SUGGESTED_ITEM);
$items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'),
'access' => user_access('edit own blog'),
$items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'),
'access' => user_access('edit own blog'),
'type' => MENU_DYNAMIC_ITEM);
}

View File

@ -277,7 +277,7 @@ function system_view_general() {
$output .= form_group_collapsible(t('Date settings'), $group, TRUE);
// String handling: report status and errors.
$output .= form_group_collapsible(t('String handling'), unicode_settings(), TRUE);
$output .= form_group_collapsible(t('String handling'), unicode_settings(), TRUE);
return $output;
}

View File

@ -277,7 +277,7 @@ function system_view_general() {
$output .= form_group_collapsible(t('Date settings'), $group, TRUE);
// String handling: report status and errors.
$output .= form_group_collapsible(t('String handling'), unicode_settings(), TRUE);
$output .= form_group_collapsible(t('String handling'), unicode_settings(), TRUE);
return $output;
}