From: Martín Marrese Date: Mon, 28 Jul 2003 19:07:44 +0000 (+0000) Subject: Se saca el border=0 por default, eso se maneja con las style sheets. X-Git-Tag: svn_import~355 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/86e2bfee428466ce0947de4db3033fd699a67fe4?ds=sidebyside Se saca el border=0 por default, eso se maneja con las style sheets. --- diff --git a/pear_lib_tmp/HTML/Image.php b/pear_lib_tmp/HTML/Image.php index 628b952..fd173af 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('border' => 0))// ~X2C + function HTML_Image($src = '', $alt = '', $attrs = array()// ~X2C { if (is_array($attrs)) { $attrs['src'] = $src;