From: martin f. krafft Date: Wed, 29 Mar 2023 09:59:20 +0000 (+0200) Subject: fix signature format X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/e36d08675336bfcdfea3a997230dcea9ac2c2832 fix signature format --- diff --git a/.config/mutt/markdown2html b/.config/mutt/markdown2html index a3c0f39..3762d5f 100755 --- a/.config/mutt/markdown2html +++ b/.config/mutt/markdown2html @@ -105,7 +105,10 @@ if os.path.exists(STYLESHEET): DEFAULT_CSS += open(STYLESHEET).read() SIGNATURE_HTML = \ - '
-- {sig}
' +""" +
--
+{sig}
+""" def _preprocess_signature(sig):