File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1157,7 +1157,7 @@ export const textTickets: { [k: string]: TextTicketInfo } = {
1157
1157
] ;
1158
1158
const tar = toID ( ticket . text [ 0 ] ) ; // should always be the reported userid
1159
1159
const name = Utils . escapeHTML ( Users . getExact ( tar ) ?. name || tar ) ;
1160
- buf += `<br /><strong>Reported user:</strong> <a href="https://${ Config . routes . root } /users/${ name } ">${ name } </a> ` ;
1160
+ buf += `<br /><strong>Reported user:</strong> <a href="https://${ Config . routes . root } /users/${ tar } ">${ name } </a> ` ;
1161
1161
buf += `<button class="button" name="send" value="/modlog room=global,user='${ tar } '">Global Modlog</button><br />` ;
1162
1162
buf += `<details ${ state ?. list ? 'open' : '' } class="readmore">` ;
1163
1163
buf += `<summary>Punish <strong>${ name } </strong> (reported user)</summary>` ;
You can’t perform that action at this time.
0 commit comments