Skip to content

v1.20.0 Newlines -> Line Breaks #110

Open
@pgraham3

Description

@pgraham3

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions