From b9127101ffeca819e74a03fa9f5a48d026c562e5 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 17 Oct 2012 16:45:04 -0400 Subject: Drupal 7.16. --- modules/openid/tests/openid_test.module | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'modules/openid/tests') diff --git a/modules/openid/tests/openid_test.module b/modules/openid/tests/openid_test.module index 1b0de4ec5..bcf9f425d 100644 --- a/modules/openid/tests/openid_test.module +++ b/modules/openid/tests/openid_test.module @@ -109,7 +109,11 @@ function openid_test_yadis_xrds() { } } drupal_add_http_header('Content-Type', 'application/xrds+xml'); - print ' + print ''; + if (!empty($_GET['doctype'])) { + print "\n ]>\n"; + } + print ' -- cgit v1.2.3