Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addresses don't keep line break #118

Closed
Marc-oO opened this issue Dec 3, 2017 · 1 comment
Closed

Addresses don't keep line break #118

Marc-oO opened this issue Dec 3, 2017 · 1 comment
Labels
Milestone

Comments

@Marc-oO
Copy link

Marc-oO commented Dec 3, 2017

Hello,

on multiple pages like /incomes/invoices/1 addresses don't keep line break :

Currently

10, avenue des Champs Elysées 75008 Paris

Expected

10, avenue des Champs Elysées
75008 Paris

Maybe replace
{{ setting('general.company_address') }}
by
{!! nl2br(setting('general.company_address')) !!}
?

Regards

@denisdulici denisdulici added the Bug label Dec 4, 2017
@denisdulici denisdulici added this to the 1.1.2 milestone Dec 4, 2017
@denisdulici
Copy link
Member

Thanks Marc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants