X-Git-Url: https://git.madduck.net/etc/mutt.git/blobdiff_plain/ade7618250406d55a62464e2a222b077ea18c6c2..e36d08675336bfcdfea3a997230dcea9ac2c2832:/.config/mutt/markdown2html 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):