Skip to content
Snippets Groups Projects
Commit af6a9db3 authored by Kristof De Jaeger's avatar Kristof De Jaeger
Browse files

Sanitize label

parent aa2b7d98
No related branches found
Tags 7.x-2.4
No related merge requests found
......@@ -41,7 +41,7 @@ function ds_layout_list() {
continue;
}
$row[] = $bundle['label'];
$row[] = check_plain($bundle['label']);
$links = array(l(t('Manage display'), $path . '/display'));
// Add Mangage Form link if this entity type is supported by ds_forms.
if (module_exists('ds_forms') && _ds_forms_is_entity_type_supported($entity_type)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment