Closed
Description
When a Magento installation uses multiple address lines, these lines are seperated with an HTML break element (<br/>
) in the order grid in the admin, instead of a space. The HTML code of the break element is also visible in the grid.
Preconditions
- Tested on Magento 2.1.5
- Installation uses PHP 7.0.17 on nginx and MySQL 5.7.18
Steps to reproduce
- Make sure the installation uses two or more address lines.
- Create an order where the address uses two or more address lines.
- Go to the order grid in the admin.
Expected result
- The address should be formatted in a readable way.