consistency in codeblock

pull/211/head
Aevann 2023-10-02 06:40:36 +03:00
parent a161765aaa
commit 2a036e9448
1 changed files with 2 additions and 2 deletions

View File

@ -394,7 +394,7 @@ def approve_hat(v, name):
if v.id != author.id:
msg = f"@{v.username} (a site admin) has approved a hat you made: '{hat.name}'"
msg = f"@{v.username} (a site admin) has approved a hat you made: `'{hat.name}'`"
comment = request.values.get("comment")
if comment:
@ -403,7 +403,7 @@ def approve_hat(v, name):
send_repeatable_notification(author.id, msg)
if v.id != hat.submitter_id and author.id != hat.submitter_id:
msg = f"@{v.username} (a site admin) has approved a hat you submitted: '{hat.name}'"
msg = f"@{v.username} (a site admin) has approved a hat you submitted: `'{hat.name}'`"
comment = request.values.get("comment")
if comment: