summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-03-13 23:42:48 +0000
committertailor <cygnus@janrain.com>2008-03-13 23:42:48 +0000
commit93f7f45ddf882c0159b7a753c8432c47042f415b (patch)
tree28a480a92e459ef810f1af69e6388daab0009310 /Auth
parent003d4eb98add3385978d4e5720da1b98acb81510 (diff)
downloadphp-openid-93f7f45ddf882c0159b7a753c8432c47042f415b.zip
php-openid-93f7f45ddf882c0159b7a753c8432c47042f415b.tar.gz
php-openid-93f7f45ddf882c0159b7a753c8432c47042f415b.tar.bz2
[project @ Extend Yadis HTML discovery regex to support XHTML-style tags]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/Yadis/ParseHTML.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/Yadis/ParseHTML.php b/Auth/Yadis/ParseHTML.php
index 1922917..2436247 100644
--- a/Auth/Yadis/ParseHTML.php
+++ b/Auth/Yadis/ParseHTML.php
@@ -41,7 +41,7 @@ class Auth_Yadis_ParseHTML {
/**
* @access private
*/
- var $_attr_find = '\b([-\w]+)=(".*?"|\'.*?\'|.+?)[\s>]';
+ var $_attr_find = '\b([-\w]+)=(".*?"|\'.*?\'|.+?)[\/\s>]';
function Auth_Yadis_ParseHTML()
{