rabin hace 2 años
padre
commit
a03ab3a099
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      lib/Data.php

+ 3 - 0
lib/Data.php

@@ -188,6 +188,9 @@ class Data
                 if (strstr($v, "\n")) {
                     $v = str_replace("\n", '<br />', $v);
                 }
+                if (strstr($v, "font-size")) {
+                    $v = str_replace("font-size", 'font-sizes', $v);
+                }
 
                 if (strstr($k, 'pics')) {
                     $v = explode(',', $v);