Merge pull request #3533 from owncloud/signature-delimiter

fix wrong signature delimiter - fix #3523
This commit is contained in:
Thomas Tanghus 2013-05-29 14:58:00 -07:00
commit 2ce555fe55

View file

@ -113,7 +113,7 @@ class OC_Mail {
*/
public static function getfooter() {
$txt="\n--\n";
$txt="\n-- \n";
$txt.="ownCloud\n";
$txt.="Your Cloud, Your Data, Your Way!\n";
return($txt);