mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Partial Fix to # Invoice footer displaying everything on one line despite the fact that it is entered with a new lines under settings, Partially Fixes #300. Fixes the HTML Part but not the PDF part yet
This commit is contained in:
@@ -239,7 +239,7 @@ if(isset($_GET['quote_id'], $_GET['url_key'])){
|
||||
|
||||
<hr class="mt-5">
|
||||
|
||||
<center><?php echo $config_quote_footer; ?></center>
|
||||
<center style="white-space:pre-line"><?php echo $config_quote_footer; ?></center>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user