From 18dcee70b526ce9ce1e5172c33eef9fad7399cb0 Mon Sep 17 00:00:00 2001 From: Keith Nash Date: Wed, 4 Mar 2020 17:02:51 -0600 Subject: [PATCH] Prevent wrapping and linebreaks on whitespace (#11) Some "responsive" web e-mail clients are too aggressive and wrap the text within
 tags.  I ran into this with the Yahoo! mail client on Android.  This PR prevents this issue.
---
 smart_report.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/smart_report.sh b/smart_report.sh
index 67613f9..810de60 100644
--- a/smart_report.sh
+++ b/smart_report.sh
@@ -60,7 +60,7 @@ Content-Type: multipart/mixed; boundary=\"$boundary\"
 Content-Type: text/html; charset=\"US-ASCII\"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
-
" > ${logfile}
+
" > ${logfile}
 
 ###### summary ######
 (