Skip to content
Snippets Groups Projects
Commit ec6dd6e1 authored by runemaster's avatar runemaster
Browse files

Lowecased HTML tags.

parent aac9dd1a
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ function error(message) {
}
function horrible_error(message) {
write("<HTML><HEAD><TITLE>ERROR</TITLE></HEAD><BODY><p>"+message+"</p></BODY></HTML>");
write("<html><head><title>ERROR</error></head><body><p>"+message+"</p></body></html>");
}
function regex_escape(str)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment