summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-21 05:06:41 +0100
committerAndrew Dolgov <[email protected]>2006-08-21 05:06:41 +0100
commitdfe6f8331ce82294f61594d04373cb4b714c6f53 (patch)
treeb0414927ba2997e43679aae26f1b51cd51b3c93c
parent448b0abdd5b3292a411958576b3d27d329e085ac (diff)
tweak digest sig
-rw-r--r--functions.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/functions.php b/functions.php
index 3dbe0f84b..1fa9aa299 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;