From 574e8c5b12ce49296b665509627a84bc1d1a0604 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Tue, 1 Jul 2003 19:51:47 +0000 Subject: [PATCH] Se pone border=0 por defecto. --- pear_lib_tmp/HTML/Image.php | 4 ++-- pear_lib_tmp/HTML/Image/uml.xmi | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pear_lib_tmp/HTML/Image.php b/pear_lib_tmp/HTML/Image.php index d0aa40e..2a13944 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('border' => 0))// ~X2C { $attrs['src'] = $src; $attrs['alt'] = $alt; @@ -136,4 +136,4 @@ class HTML_Image extends HTML_Common { } // -X2C Class :Image -?> +?> \ No newline at end of file diff --git a/pear_lib_tmp/HTML/Image/uml.xmi b/pear_lib_tmp/HTML/Image/uml.xmi index a2ea2dc..880c37c 100644 --- a/pear_lib_tmp/HTML/Image/uml.xmi +++ b/pear_lib_tmp/HTML/Image/uml.xmi @@ -15,7 +15,7 @@ - + @@ -33,15 +33,15 @@ - - + + - - + + -- 2.43.0