-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
When I click the "Print" button in an Email, instead of showing the rendered HTML output, it displays the raw HTML code. This makes the print feature unusable for end-users expecting a formatted email view.
Steps to Reproduce
- Go to an email
- Click on the Print button
- The print preview displays raw HTML code instead of rendered content
Expected Behavior
Clicking the print button should render the HTML content of the email correctly and show a properly formatted version in the print preview, not raw HTML tags.
Actual Behavior
The print preview shows the raw HTML code, including tags like <div>, <table>, etc., instead of rendering the actual email layout.
What browsers are you seeing the problem on?
Chrome
Application Version
v1
Environment Information
No response
Relevant Log Output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working