Index: block.module =================================================================== RCS file: /cvs/drupal/drupal/modules/block/block.module,v retrieving revision 1.265 diff -u -r1.265 block.module --- block.module 11 Jun 2007 07:46:05 -0000 1.265 +++ block.module 22 Jun 2007 09:00:59 -0000 @@ -100,8 +100,7 @@ $default = variable_get('theme_default', 'garland'); foreach (list_themes() as $key => $theme) { $items['admin/build/block/list/'. $key] = array( - 'title' => '!key settings', - 'title arguments' => array('!key' => $theme->info['name']), + 'title' => check_plain($theme->info['name']), 'page arguments' => array('block_admin_display', $key), 'type' => $key == $default ? MENU_DEFAULT_LOCAL_TASK : MENU_LOCAL_TASK, 'weight' => $key == $default ? -10 : 0,