diff options
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/content_types.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index a2214a057..754084d13 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -20,7 +20,7 @@ function node_overview_types() { if (node_hook($type, 'form')) { $type_url_str = str_replace('_', '-', $type->type); $row = array( - l($name, 'admin/build/node-type/' . $type_url_str), + check_plain($name), check_plain($type->type), filter_xss_admin($type->description), ); |