]> git.wh0rd.org - tt-rss.git/commitdiff
tweak digest sig
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 21 Aug 2006 04:06:41 +0000 (05:06 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 21 Aug 2006 04:06:41 +0000 (05:06 +0100)
functions.php

index 3dbe0f84b0fec57eab3355896578174af8c9333e..1fa9aa2997ff35d285f6f2f1960706a743c8c549 100644 (file)
                }
 
                $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;