1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

fixes for reversion

This commit is contained in:
David Bomba 2022-02-22 19:30:12 +11:00
parent a37bf5cb70
commit 8e8eb6269d

View File

@ -262,9 +262,10 @@ class Helpers
}
}
$x = str_replace(["\n", "<br>"], ["\r", "<br>"], $value);
return $value;
// $x = str_replace(["\n", "<br>"], ["\r", "<br>"], $value);
return $x;
// return $x;
}
/**