From: Andrew Dolgov Date: Mon, 21 Aug 2006 04:06:41 +0000 (+0100) Subject: tweak digest sig X-Git-Tag: 1.2.3~48 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=dfe6f8331ce82294f61594d04373cb4b714c6f53;p=tt-rss.git tweak digest sig --- diff --git a/functions.php b/functions.php index 3dbe0f84..1fa9aa29 100644 --- a/functions.php +++ b/functions.php @@ -2420,10 +2420,9 @@ } $tmp .= "--- \n"; - $tmp .= "You have been sent this email because you have enabled\n". - "daily digests in Tiny Tiny RSS at " . DIGEST_HOSTNAME . "\n\n". - "To unsubscribe, visit your configuration options or contact\n". - "instance owner.\n"; + $tmp .= "You have been sent this email because you have enabled daily digests in Tiny Tiny RSS at " . + DIGEST_HOSTNAME . "\n". + "To unsubscribe, visit your configuration options or contact instance owner.\n"; return $tmp;