[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.697,1.698

Dirk Haun dhaun at qs1489.pair.com
Sun May 11 03:56:03 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv23137/public_html

Modified Files:
	lib-common.php 
Log Message:
Cosmetics: Avoid extra blank in <img> tags


Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.697
retrieving revision 1.698
diff -C2 -d -r1.697 -r1.698
*** lib-common.php	10 May 2008 21:03:23 -0000	1.697
--- lib-common.php	11 May 2008 07:56:01 -0000	1.698
***************
*** 6143,6147 ****
      }
  
!     $retval = "<img $attr_str alt=\"$alt\" " . XHTML . ">";
  
      return $retval;
--- 6143,6147 ----
      }
  
!     $retval = "<img $attr_str alt=\"$alt\"" . XHTML . ">";
  
      return $retval;




More information about the geeklog-cvs mailing list