From: Martín Marrese Date: Mon, 28 Jul 2003 19:09:07 +0000 (+0000) Subject: Se arregla un bug. X-Git-Tag: svn_import~354 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/74a6809a6496f09fbed3cc420d9ad1665f150648?ds=sidebyside Se arregla un bug. --- diff --git a/pear_lib_tmp/HTML/Image.php b/pear_lib_tmp/HTML/Image.php index fd173af..9e03d46 100644 --- a/pear_lib_tmp/HTML/Image.php +++ b/pear_lib_tmp/HTML/Image.php @@ -53,7 +53,7 @@ class HTML_Image extends HTML_Common { * @return void * @access public */ - function HTML_Image($src = '', $alt = '', $attrs = array()// ~X2C + function HTML_Image($src = '', $alt = '', $attrs = array())// ~X2C { if (is_array($attrs)) { $attrs['src'] = $src;