]> git.llucax.com Git - mecon/meconlib.git/commitdiff
(no commit message)
authorMartín Marrese <marrese@gmail.com>
Mon, 7 Apr 2003 21:58:10 +0000 (21:58 +0000)
committerMartín Marrese <marrese@gmail.com>
Mon, 7 Apr 2003 21:58:10 +0000 (21:58 +0000)
marco/php/marco/Marco/default-hooks/default-marco-html02.php
marco/php/marco/Pie.php

index 58e20142b4cd589701c92bd2d76404d7ec1a6f3c..001dd0492b3a441392dd087ddc4f330962b6baa3 100644 (file)
@@ -19,4 +19,4 @@
 ?>
 </head>
     <body>
-        <table width="760" align="center" bgcolor="#FFFFFF">
+        <table width=760 align="center" bgcolor="#FFFFFF">
index 047fd20d332655dfe56a81220b9fab94dc009a91..2c6e197cb8331b3f52e756207586548b2f2544e9 100644 (file)
@@ -60,7 +60,7 @@ class Pie extends PEAR {
      */
     function toHtml () 
     {
-        $TABLA = new Tabla('width="100%" bgcolor="#CCCCCC" align="center"');
+        $TABLA = new Tabla('width=760 bgcolor="#CCCCCC" align="center"');
         $row = array ($this->_configuracion['pie_sistema']);
         $TABLA->agregarFila($row);
         $TABLA->align(0,0,"center");