Skip to content

Commit

Permalink
Merge pull request #6865 from ORCID/794-prod-add-a-line-break-in-emai…
Browse files Browse the repository at this point in the history
…ls-footer

Added pre tag to fix the new lines in the email footer
  • Loading branch information
amontenegro authored Aug 11, 2023
2 parents c585c2c + 9deabc9 commit dab0f27
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ email.common.if_you_have_any2=.\n

email.common.period=.

email.common.warm_regards=Warm Regards,\n\
The ORCID Team\n
email.common.warm_regards=Warm Regards,\nThe ORCID Team\n


email.common.warm_regards.simple=Warm Regards,\n\The ORCID Team \n\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ email.common.if_you_have_any2=.

email.common.period=.

email.common.warm_regards=Saludos cordiales,\nEl equipo de ORCID
email.common.warm_regards=Saludos cordiales,\nEl equipo de ORCID\n


email.common.warm_regards.simple=Atentamente,\n\El equipo de ORCID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ email.common.if_you_have_any2=.

email.common.period=.

email.common.warm_regards=Cordiali saluti,\nIl team ORCID
email.common.warm_regards=Cordiali saluti,\nIl team ORCID\n


email.common.warm_regards.simple=Cordiali saluti,\n\Il team ORCID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ email.common.if_you_have_any2=.

email.common.period=.\n

email.common.warm_regards=Com os melhores cumprimentos,\nA Equipa ORCID
email.common.warm_regards=Com os melhores cumprimentos,\nA Equipa ORCID\n


email.common.warm_regards.simple=Com os melhores cumprimentos,\n\A Equipa ORCID
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<#escape x as x?html>
<p style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;">
<@emailMacros.msg "email.common.warm_regards" /></br>
<p>
<pre style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;">
<@emailMacros.msg "email.common.warm_regards" />
<a href="https://support.orcid.org/hc/en-us" target="_blank" style="color: #2E7F9F;">https://support.orcid.org</a>
</pre>
</p>
<p style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;">
<@emailMacros.msg "email.common.received_email_as_service" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@
<p style="font-family: arial, helvetica, sans-serif; font-size: 15px; color: #494A4C;">
Your 16-digit ORCID identifier is 4444-4444-4444-4446, and your full ORCID iD and the link to your public record is <a href="https://testserver.orcid.org/4444-4444-4444-4446?lang=en" target="orcid.blank">https://testserver.orcid.org/4444-4444-4444-4446</a> (primary email address: josiah_carberry@brown.edu).
</p>
<p style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;">
<p>
<pre style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;">
Warm Regards,
The ORCID Team
</br>
<a href="https://support.orcid.org/hc/en-us" target="_blank" style="color: #2E7F9F;">https://support.orcid.org</a>
</pre>
</p>
<p style="font-family: arial, helvetica, sans-serif;font-size: 15px;color: #494A4C;">
You have received this email as a service announcement related to your ORCID Account.</p>
Expand Down

0 comments on commit dab0f27

Please sign in to comment.