From 8292bdd40ab3a9e70d44dad0e681d0222c1556cb Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 13 Oct 2008 00:33:05 +0000 Subject: Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() check_plain() by default. --- modules/openid/openid.pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/openid') diff --git a/modules/openid/openid.pages.inc b/modules/openid/openid.pages.inc index 6d8ba2d60..efd7684ee 100644 --- a/modules/openid/openid.pages.inc +++ b/modules/openid/openid.pages.inc @@ -28,7 +28,7 @@ function openid_authentication_page() { * Menu callback; Manage OpenID identities for the specified user. */ function openid_user_identities($account) { - drupal_set_title(check_plain($account->name)); + drupal_set_title($account->name); drupal_add_css(drupal_get_path('module', 'openid') . '/openid.css', 'module'); // Check to see if we got a response -- cgit v1.2.3