From 74a6809a6496f09fbed3cc420d9ad1665f150648 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Mon, 28 Jul 2003 19:09:07 +0000 Subject: [PATCH] Se arregla un bug. --- 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 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; -- 2.43.0