[pLog-svn] r6186 - plugins/branches/lifetype-1.2/openid

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Feb 14 14:42:02 EST 2008


Author: jondaley
Date: 2008-02-14 14:42:02 -0500 (Thu, 14 Feb 2008)
New Revision: 6186

Modified:
   plugins/branches/lifetype-1.2/openid/pluginopenid.class.php
Log:
W3 compliant

Modified: plugins/branches/lifetype-1.2/openid/pluginopenid.class.php
===================================================================
--- plugins/branches/lifetype-1.2/openid/pluginopenid.class.php	2008-02-04 17:01:14 UTC (rev 6185)
+++ plugins/branches/lifetype-1.2/openid/pluginopenid.class.php	2008-02-14 19:42:02 UTC (rev 6186)
@@ -31,7 +31,7 @@
 			$this->id      = "openid";
 			$this->author  = "Paul Westbrook (phpMyID provided by <a href=\"http://siege.org/projects/phpMyID/\">CJ Niemira</a>)";
 			$this->desc    = "Plugin to add OpenID support to LifeType.";
-            $this->version = "20070302";
+            $this->version = "20080214";
 
 			$this->locales = Array( "en_UK");
 
@@ -70,9 +70,9 @@
             {
                 $rg = $this->blogInfo->getBlogRequestGenerator();
 
-                $str .= '<link rel="openid.server" href="' . $rg->blogLink() . '/OpenID.php">';
+                $str .= '<link rel="openid.server" href="' . $rg->blogLink() . '/OpenID.php" />';
                 $str .= "\n";
-                $str .= '<link rel="openid.delegate" href="' . $rg->blogLink() . '/OpenID.php">';
+                $str .= '<link rel="openid.delegate" href="' . $rg->blogLink() . '/OpenID.php" />';
                 $str .= "\n";
              }
 	    	return $str;



More information about the pLog-svn mailing list