Skip to content

Commit 920500f

Browse files
committed
tours: HTML for nonce needs to be %+
1 parent 0c54f6c commit 920500f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ps/handlers/tours.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ export function tourHandler(this: Client, roomId: string, line: string, isIntro?
179179
<button>Add Points!</button>
180180
</Form>
181181
</p>
182-
</div>
182+
</div>,
183+
{ rank: '%' }
183184
);
184185
}
185186
}

0 commit comments

Comments
 (0)