Add escaping of dynamic content

This commit is contained in:
2025-09-18 09:01:31 +02:00
parent 9ddb744fdd
commit dff078537e
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ procedure page(title, login_user_id, style, main)
<html>
<head>
<meta charset="UTF-8" />
<title>CN - \title</title>
<title>CN - \escape(title)</title>
<style>
body {
line-height: 200%;