mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-05 21:17:43 -05:00
Helptickets: Remove extraenous linebreak
This commit is contained in:
parent
88b4db05c3
commit
cbb5cf8ad5
|
|
@ -731,8 +731,7 @@ export const textTickets: {[k: string]: TextTicketInfo} = {
|
|||
const replays = getBattleLinks(ticket.text[1]).concat(getBattleLinks(ticket.text[1]));
|
||||
buf += `<strong>Reported user:</strong> ${reportUserid} `;
|
||||
buf += `<button class="button" name="send" value="/modlog global,[${reportUserid}]">Global Modlog</button><br />`;
|
||||
buf += `</br />`;
|
||||
buf += `<br /><br /><details class="readmore"><summary><strong>Punish:</strong></summary><div class="infobox">`;
|
||||
buf += `<br /><details class="readmore"><summary><strong>Punish:</strong></summary><div class="infobox">`;
|
||||
const replayString = replays.concat(sharedBattles).map(u => `https://${Config.routes.client}/${u}`).join(', ');
|
||||
const proofString = `spoiler:PMs with ${ticket.userid}${replayString ? `, ${replayString}` : ''}`;
|
||||
for (const [name, punishment] of [['Lock', 'lock'], ['Weeklock', 'weeklock'], ['Warn', 'warn']]) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user