]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/local_lib/HTML_Noticia.php
(no commit message)
[mecon/intranet.git] / sistema / local_lib / HTML_Noticia.php
index d7dca9b1ae48ce3c5fc148060e6ad44a7c5f2eb1..f6b96f08add2d1444f3f9a33aec2780f21f7d072 100644 (file)
@@ -76,7 +76,8 @@ class HTML_Noticia extends HTML_Table {
             $tmp = $this->noticia->getFecha();
             $this->addRow(array($tmp->format('Fecha de publicaciĆ³n: %d/%m/%Y')),
                          array('class' => 'ver_mas'));
             $tmp = $this->noticia->getFecha();
             $this->addRow(array($tmp->format('Fecha de publicaciĆ³n: %d/%m/%Y')),
                          array('class' => 'ver_mas'));
-            $this->addRow(array(new HTML_Image('images/blanco.gif')),
+            $this->addRow(array(new HTML_Image('images/blanco.gif','', 
+                         array('height'=>'15', 'width'=>'1', 'border'=>'0'))),
                          array('class' => 'ver_mas'));
             $tmp = new HTML_Image('images/noticia_anterior.gif');
             $this->addRow(array($tmp->toHTML().'volver'),
                          array('class' => 'ver_mas'));
             $tmp = new HTML_Image('images/noticia_anterior.gif');
             $this->addRow(array($tmp->toHTML().'volver'),