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

mark at devel.plogworld.net mark at devel.plogworld.net
Fri Apr 15 07:58:25 GMT 2005


Author: mark
Date: 2005-04-15 07:58:24 +0000 (Fri, 15 Apr 2005)
New Revision: 1841

Modified:
   plugins/trunk/authimage/pluginauthimage.class.php
Log:
Modify the code to follow XHTML strict.

Modified: plugins/trunk/authimage/pluginauthimage.class.php
===================================================================
--- plugins/trunk/authimage/pluginauthimage.class.php	2005-04-15 04:14:33 UTC (rev 1840)
+++ plugins/trunk/authimage/pluginauthimage.class.php	2005-04-15 07:58:24 UTC (rev 1841)
@@ -84,7 +84,7 @@
 
         function show() {
             $authImage = $this->pluginTemplatePage( "authimage" );
-            $authImageUrl = '<img src="'.$authImage.'" align="middle" width="70px" height="20px" alt="authimage" />'; 
+            $authImageUrl = '<img src="'.$authImage.'" style="vertical-align:middle;" width="70px" height="20px" alt="authimage" />'; 
             return $authImageUrl;
         }
 




More information about the pLog-svn mailing list