logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 0368419fce04f636d2c5adcf44e7d35c43279dc1
parent 5df9f68392f65a5688867b9bad4bda766e492923
Author: Mark Felder <feld@feld.me>
Date:   Fri,  5 Feb 2021 09:13:53 -0600

Slightly better formatting

Diffstat:

Mlib/pleroma/emails/user_email.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/emails/user_email.ex b/lib/pleroma/emails/user_email.ex @@ -113,7 +113,7 @@ defmodule Pleroma.Emails.UserEmail do def successful_registration_email(user) do html_body = """ - <h3>Hello @#{user.nickname}</h3> + <h3>Hello @#{user.nickname},</h3> <p>Your account at #{instance_name()} has been registered successfully.</p> <p>No further action is required to activate your account.</p> """