🐛 — Fix mail signature separator
This commit is contained in:
parent
e08b4475a7
commit
43428be8ea
|
@ -7,6 +7,7 @@ Revision history for Lufi
|
|||
- 🐛 Fix `Notification not defined` in Duckduckgo browser (Fix #224 again)
|
||||
- ✨ Add `disable_mail_sending` config parameter
|
||||
- 🌐 Update translations
|
||||
- 🐛 Fix mail signature separator
|
||||
|
||||
0.05.13 2021-01-28
|
||||
- 🐛 Fix latest git tag improperly fetched
|
||||
|
|
|
@ -45,7 +45,7 @@ function populateBody() {
|
|||
}
|
||||
});
|
||||
|
||||
text = text+"\n--\n<%= l('Share your files in total privacy on %1', url_for('/')->to_abs) %>";
|
||||
text = text+"\n-- \n<%= l('Share your files in total privacy on %1', url_for('/')->to_abs) %>";
|
||||
tArea = document.getElementById('body').value = text;
|
||||
updateMailtoLink();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue