- Removed some whitespace
parent
563c00c92c
commit
6fdb939d55
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue