[pLog-svn] r1833 - plugins/trunk/authimage

mark at devel.plogworld.net mark at devel.plogworld.net
Thu Apr 14 16:53:26 GMT 2005


Author: mark
Date: 2005-04-14 16:53:25 +0000 (Thu, 14 Apr 2005)
New Revision: 1833

Modified:
   plugins/trunk/authimage/pluginauthimage.class.php
Log:
Modify the code to fit the XHTML requirement. Thanks mojo's help.

http://forums.plogworld.net/viewtopic.php?p=10630#10630

I still keep the "align" attribute there, but change the property to "middle". I already check it and it fit the XHTML requirement.

Modified: plugins/trunk/authimage/pluginauthimage.class.php
===================================================================
--- plugins/trunk/authimage/pluginauthimage.class.php	2005-04-14 01:02:42 UTC (rev 1832)
+++ plugins/trunk/authimage/pluginauthimage.class.php	2005-04-14 16:53:25 UTC (rev 1833)
@@ -84,7 +84,7 @@
 
         function show() {
             $authImage = $this->pluginTemplatePage( "authimage" );
-            $authImageUrl = '<img src="'.$authImage.'" align="absmiddle" />';
+            $authImageUrl = '<img src="'.$authImage.'" align="middle" width="70px" height="20px" alt="authimage" />'; 
             return $authImageUrl;
         }
 




More information about the pLog-svn mailing list