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:
link2xt
2026-05-08 22:01:33 +02:00
parent 58a09df49a
commit 6fb2f27831

View File

@@ -39,7 +39,7 @@ impl PlainText {
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="color-scheme" content="light dark" />
</head><body dir="auto">
</head><body>
"#
.to_string();