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

v1.20.0 Newlines -> Line Breaks #110

Open
pgraham3 opened this issue Dec 6, 2023 · 0 comments
Open

v1.20.0 Newlines -> Line Breaks #110

pgraham3 opened this issue Dec 6, 2023 · 0 comments
Labels

Comments

@pgraham3
Copy link
Contributor

pgraham3 commented Dec 6, 2023

This change (v1.20.0) around converting newlines to HTML line breaks needs to only apply to HTML forced emails, not all HTML emails.

v1.19.1

<!DOCTYPE html>
<html dir="ltr">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<title>MultiAction</title>
	<!-- If you delete the viewport meta tag, the ground will open and swallow you. -->
	<meta name="viewport" content="width=device-width" />

v1.20

<!DOCTYPE html><br><html dir="ltr"><br><head><br>	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><br>	<title>MultiAction</title><br>	<!-- If you delete the viewport meta tag, the ground will open and swallow you. --><br>	<meta name="viewport" content="width=device-width" /><br><br>

Reverting to v1.19.1 as stable for now until this can be fixed in v1.20.1

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

1 participant