mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #3533 from owncloud/signature-delimiter
fix wrong signature delimiter - fix #3523
This commit is contained in:
commit
2ce555fe55
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue