Skip to content

Commit

Permalink
Merge pull request #1692 from BC-tymurbiedukhin/STRF-7436
Browse files Browse the repository at this point in the history
fix(storefront): STRF-7436 Line breaks entered in Return Instructions…
  • Loading branch information
junedkazi authored Jun 16, 2020
2 parents 2555f21 + d15c084 commit a8ef3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/account/return-saved.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2 class="page-heading">{{lang 'account.returns.heading'}}</h2>
</p>
{{#if return.instructions}}
<h3>{{lang 'account.returns.instructions'}}</h3>
<p>{{return.instructions}}</p>
<p>{{nl2br return.instructions}}</p>
{{/if}}
</div>
</div>
Expand Down

0 comments on commit a8ef3bd

Please sign in to comment.