remove » and « from the text mail because they will be escaped

remotes/origin/stable6
Thomas Mueller 13 years ago
parent ff64278a07
commit f3d33a7d5b
  1. 2
      core/templates/altmail.php

@ -1,5 +1,5 @@
<?php
print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared »%s« with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link'])));
print_unescaped($l->t("Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\nCheers!", array($_['user_displayname'], $_['filename'], $_['link'])));
?>
--

Loading…
Cancel
Save