Skip to content
Snippets Groups Projects
Commit f3d33a7d authored by Thomas Müller's avatar Thomas Müller
Browse files

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

parent ff64278a
No related branches found
No related tags found
No related merge requests found
<?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'])));
?>
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment