From 22697d7dcb9c700a75c795c618d8a2fe3e51a9bd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Wed, 9 Jun 2004 18:02:05 +0000 Subject: [PATCH] BugFixs. --- sistema/local_lib/HTML_Institucional.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sistema/local_lib/HTML_Institucional.php b/sistema/local_lib/HTML_Institucional.php index 4a4fa49..47f7f99 100644 --- a/sistema/local_lib/HTML_Institucional.php +++ b/sistema/local_lib/HTML_Institucional.php @@ -153,7 +153,7 @@ class HTML_Institucional extends HTML_Table { ) ); - return $tabla; + return $tabla->toHtml(); } /** -- 2.43.0