From 86e2bfee428466ce0947de4db3033fd699a67fe4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Mon, 28 Jul 2003 19:07:44 +0000 Subject: [PATCH] Se saca el border=0 por default, eso se maneja con las style sheets. --- pear_lib_tmp/HTML/Image.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0