Mercurial Hosting > chat
diff src/account.html.luan @ 88:7b339b1ccd11
add tools/users.html
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 13 Mar 2025 16:18:39 -0600 |
parents | 625ffdf6499d |
children |
line wrap: on
line diff
--- a/src/account.html.luan Wed Mar 12 14:20:10 2025 -0600 +++ b/src/account.html.luan Thu Mar 13 16:18:39 2025 -0600 @@ -4,6 +4,7 @@ local json_string = Parsers.json_string or error() local Html = require "luan:Html.luan" local html_encode = Html.encode or error() +local url_encode = Html.url_encode or error() local Io = require "luan:Io.luan" local Http = require "luan:http/Http.luan" local Shared = require "site:/lib/Shared.luan" @@ -216,7 +217,7 @@ </dialog> <dialog url> <h2>Your chat URL</h2> - <p><%= base_url() %>/chat?with=<%=html_encode(user.email)%></p> + <p><%= base_url() %>/chat?with=<%=url_encode(user.email)%></p> <p>Use this URL to link to your chat so that other people can chat with you by clicking on the link.</p> <div buttons> <button onclick="closeModal(this)">Close</button>