Skip to content
Snippets Groups Projects
Commit 53f89621 authored by Wolfgang Ziegler's avatar Wolfgang Ziegler
Browse files

Fix display of tags in the rule overview.

parent e179ecc9
No related branches found
Tags 7.x-1.16
No related merge requests found
......@@ -1087,7 +1087,7 @@ class RulesContainerPluginUI extends RulesPluginUI {
'#theme' => 'rules_content_group',
'#caption' => t('Tags'),
'tags' => array(
'#markup' => implode(', ', $this->element->tags),
'#markup' => check_plain(drupal_implode_tags($this->element->tags)),
),
);
}
......
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