--- og.admin.inc 2010-03-04 13:08:11.523562115 -0500 +++ og.admin.inc.new 2010-03-04 13:08:32.150216701 -0500 @@ -24,7 +24,7 @@ function og_admin_settings() { $type_url_str = str_replace('_', '-', $type->type); $usage = variable_get('og_content_type_usage_'. $type->type, 'omitted'); $rows[] = array( - $type->name, + check_plain($type->name), $map[$usage], l(t('Edit'), "admin/content/node-type/$type_url_str", array('query' => drupal_get_destination())), );