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:
parent
a37bf5cb70
commit
8e8eb6269d
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user