mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12456] Fix missing new lines at the end of email templates
PHPBB3-12456
This commit is contained in:
parent
0b6accf1ac
commit
cec060bb9b
18 changed files with 17 additions and 21 deletions
|
@ -10,5 +10,4 @@ Use this link to view the user's profile:
|
||||||
Use this link to activate the account:
|
Use this link to activate the account:
|
||||||
{U_ACTIVATE}
|
{U_ACTIVATE}
|
||||||
|
|
||||||
|
|
||||||
{EMAIL_SIG}
|
{EMAIL_SIG}
|
|
@ -10,5 +10,4 @@ Message sent to you follows:
|
||||||
|
|
||||||
{MESSAGE}
|
{MESSAGE}
|
||||||
|
|
||||||
|
|
||||||
{EMAIL_SIG}
|
{EMAIL_SIG}
|
||||||
|
|
|
@ -4,5 +4,4 @@ Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because the report you filed regarding the private message "{PM_SUBJECT}" at "{SITENAME}" has been tended to by a moderator or administrator. The report is now closed. If you have further questions, please contact {CLOSER_NAME} by private message.
|
You are receiving this notification because the report you filed regarding the private message "{PM_SUBJECT}" at "{SITENAME}" has been tended to by a moderator or administrator. The report is now closed. If you have further questions, please contact {CLOSER_NAME} by private message.
|
||||||
|
|
||||||
|
|
||||||
{EMAIL_SIG}
|
{EMAIL_SIG}
|
|
@ -4,5 +4,4 @@ Hello {USERNAME},
|
||||||
|
|
||||||
You are receiving this notification because the report you filed regarding the private message "{PM_SUBJECT}" at "{SITENAME}" was deleted by a moderator or administrator.
|
You are receiving this notification because the report you filed regarding the private message "{PM_SUBJECT}" at "{SITENAME}" was deleted by a moderator or administrator.
|
||||||
|
|
||||||
|
|
||||||
{EMAIL_SIG}
|
{EMAIL_SIG}
|
Loading…
Add table
Reference in a new issue