summaryrefslogtreecommitdiffstats
path: root/app/form-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'app/form-html.lsp')
-rw-r--r--app/form-html.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/form-html.lsp b/app/form-html.lsp
index 26389b9..5d1b85d 100644
--- a/app/form-html.lsp
+++ b/app/form-html.lsp
@@ -2,7 +2,7 @@
require("htmlviewfunctions")
%>
-<H1><%= html.html_escape(form.label) %></H1>
+<h1><%= html.html_escape(form.label) %></h1>
<%
htmlviewfunctions.displayform(form, nil, nil, page_info, 2)
%>