From a3a420c3e6f3805a91448c877a8a423f7232198c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 12 Oct 2008 06:27:06 +0000 Subject: Roll-back of #242873: This caused horrendous problems with SimpleTest on some configurations. --- 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 efd7684ee..6d8ba2d60 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($account->name); + drupal_set_title(check_plain($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