diff --git a/server/chat-plugins/helptickets.ts b/server/chat-plugins/helptickets.ts index d304f58160..913051a769 100644 --- a/server/chat-plugins/helptickets.ts +++ b/server/chat-plugins/helptickets.ts @@ -1159,7 +1159,7 @@ export const textTickets: {[k: string]: TextTicketInfo} = { ]; const tar = toID(ticket.text[0]); // should always be the reported userid const name = Utils.escapeHTML(Users.getExact(tar)?.name || tar); - buf += `
Reported user: ${name} `; + buf += `
Reported user: ${name} `; buf += `
`; buf += `
`; buf += `Punish ${name} (reported user)`;