[Pkg-owncloud-commits] [owncloud] 53/258: Fix broken new lines in plain text mail template
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:19 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 19dd866c7ee3c6a54d71cdee7a86012390f1b179
Author: Joas Schilling <nickvergessen at gmx.de>
Date: Thu Sep 4 11:30:54 2014 +0200
Fix broken new lines in plain text mail template
---
core/templates/altmail.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/templates/altmail.php b/core/templates/altmail.php
index 7776919..da00f54 100644
--- a/core/templates/altmail.php
+++ b/core/templates/altmail.php
@@ -2,7 +2,7 @@
print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n", array($_['user_displayname'], $_['filename'], $_['link'])));
if ( isset($_['expiration']) ) {
print_unescaped($l->t("The share will expire on %s.", array($_['expiration'])));
- print_unescaped('\n\n');
+ print_unescaped("\n\n");
}
p($l->t("Cheers!"));
?>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list