mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 14:56:33 +03:00
Revert "fix: set dir to "auto" in body tag when converting plain-text to HTML (#8227)"
This reverts commit 58a09df49a
which was merged with failing CI.
This commit is contained in:
@@ -39,7 +39,7 @@ impl PlainText {
|
|||||||
<html><head>
|
<html><head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<meta name="color-scheme" content="light dark" />
|
<meta name="color-scheme" content="light dark" />
|
||||||
</head><body dir="auto">
|
</head><body>
|
||||||
"#
|
"#
|
||||||
.to_string();
|
.to_string();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user