X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/2828826fd20134db9bd8e67e2c3ce883b5b97146..74a6809a6496f09fbed3cc420d9ad1665f150648:/pear_lib_tmp/HTML/Image.php?ds=sidebyside diff --git a/pear_lib_tmp/HTML/Image.php b/pear_lib_tmp/HTML/Image.php index 628b952..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('border' => 0))// ~X2C + function HTML_Image($src = '', $alt = '', $attrs = array())// ~X2C { if (is_array($attrs)) { $attrs['src'] = $src;