From ecf7ad41d0c3b8d4ea12e3883d3b5c9060eb2963 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 11 Oct 2008 21:11:02 +0000 Subject: #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by default. --- modules/translation/translation.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/translation') diff --git a/modules/translation/translation.pages.inc b/modules/translation/translation.pages.inc index 095b581b5..09c82800f 100644 --- a/modules/translation/translation.pages.inc +++ b/modules/translation/translation.pages.inc @@ -54,6 +54,6 @@ function translation_node_overview($node) { $rows[] = array($language_name, $title, $status, implode(" | ", $options)); } - drupal_set_title(t('Translations of %title', array('%title' => $node->title))); + drupal_set_title(t('Translations of %title', array('%title' => $node->title)), PASS_THROUGH); return theme('table', $header, $rows); } -- cgit v1.2.3