7.16 less patch previous patches are preserved
Signed-off-by: bachy <git@g-u-i.net>
This commit is contained in:
@@ -6,8 +6,8 @@ core = 7.x
|
||||
dependencies[] = openid
|
||||
hidden = TRUE
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-08-01
|
||||
version = "7.15"
|
||||
; Information added by drupal.org packaging script on 2012-10-17
|
||||
version = "7.16"
|
||||
project = "drupal"
|
||||
datestamp = "1343839327"
|
||||
datestamp = "1350508567"
|
||||
|
||||
|
@@ -109,7 +109,11 @@ function openid_test_yadis_xrds() {
|
||||
}
|
||||
}
|
||||
drupal_add_http_header('Content-Type', 'application/xrds+xml');
|
||||
print '<?xml version="1.0" encoding="UTF-8"?>
|
||||
print '<?xml version="1.0" encoding="UTF-8"?>';
|
||||
if (!empty($_GET['doctype'])) {
|
||||
print "\n<!DOCTYPE dct [ <!ELEMENT blue (#PCDATA)> ]>\n";
|
||||
}
|
||||
print '
|
||||
<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)" xmlns:openid="http://openid.net/xmlns/1.0">
|
||||
<XRD>
|
||||
<Status cid="' . check_plain(variable_get('openid_test_canonical_id_status', 'verified')) . '"/>
|
||||
|
Reference in New Issue
Block a user