]> git.llucax.com Git - mecon/meconlib.git/commitdiff
Se agrega "align" al div para que se vea mejor en browsers de consola.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 4 Mar 2004 19:39:28 +0000 (19:39 +0000)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 4 Mar 2004 19:39:28 +0000 (19:39 +0000)
lib/MECON/HTML/Error.php

index 783394470735eb730a0086645d8542b02829d97e..e904831e5175250085526430ab23ab4ca1601c96 100644 (file)
@@ -67,7 +67,8 @@ class MECON_HTML_Error {
     function toHtml() // ~X2C
     {
         // FIXME - usar un estilo con class.
-        return '<DIV style="font-family: Arial; font-size: 11px; text-align: center; color: red">' . $this->msg . '</DIV>';
+        return '<div style="font-family: Arial; font-size: 11px; text-align: '
+            . 'center; color: red" align="center">' . $this->msg . '</div>';
     }
     // -X2C