@@ -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);