How do I not print out HTML code after exporting a report?

When setting up an application, I put <br> tags in the titles to create two lines instead of one so the columns are not as wide on screen.
For instance, Customer<br>Central will look like:

Customer
Central

on screen.

When I export the report to XLS or Word or PDF, the <br> prints out as well. The words are not in two lines but in one line with the <br> code in the center. Customer<br>Central.

Is there a way to not have the code print out and keep the formatting it sets up?

looks like a bug to me…