]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/HTML/Tabla.php
Se agregan las caritas.
[mecon/meconlib.git] / lib / MECON / HTML / Tabla.php
index ca725900b2f1e104172f902444791014a9600508..d67711ce3bbb9fb23a072c980d0d0e0f9b2726e7 100644 (file)
@@ -376,13 +376,13 @@ class Tabla extends HTML_Table {
                 case 'border':
                 case 'cellspacing':
                 case 'cellpadding':
+                case 'nowrap':
                     $rta[$attr] = $val;
                     break;
                 case 'spacing':
                 case 'padding':
                     $rta["cell$attr"] = $val;
                     break;
-                case 'nowrap':
                 case 'th':
                     $rta[$attr] = '';
                     break;