rabin 6 months ago
parent
commit
59d99850ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Data.php

+ 1 - 1
lib/Data.php

@@ -216,7 +216,7 @@ class Data
                     }
                 }
                 if (strstr($v, "\n")) {
-                    $v = str_replace("\n", '<br />', $v);
+                    //$v = str_replace("\n", '<br />', $v);
                 }
                 if (strstr($v, "font-size")) {
                     $v = str_replace("font-size", 'font-sizes', $v);