diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 15:56:02 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-29 15:56:02 -0500 |
| commit | 97047cb95a88228ddefbc83b4c50b05eaf048272 (patch) | |
| tree | fb6a57ef6c6fd8e18aba8b8c3e3c6bbf83d61ec6 /docs/langs.md | |
| parent | d60962ab5de970a9ce0893df4154b8a0b3ea646a (diff) | |
Update docs
Diffstat (limited to 'docs/langs.md')
| -rw-r--r-- | docs/langs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/langs.md b/docs/langs.md index 8f440932..f8784fbc 100644 --- a/docs/langs.md +++ b/docs/langs.md @@ -29,8 +29,8 @@ situations where a malicious user might set their username to something like `<script>alert('pwned')</script>`. ``` ->> username := Text.read_line("Choose a username: ") -= "<script>alert('pwned')</script>" +username := Text.read_line("Choose a username: ") +assert username == "<script>alert('pwned')</script>" page := $HTML" <html><body> Hello $username! How are you? |
