mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 16:54:36 -04: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…
x
Reference in New Issue
Block a user