summaryrefslogtreecommitdiffstats
path: root/app/form-html.lsp
diff options
context:
space:
mode:
authorZach LeBar <zach@zachlebar.com>1980-02-23 04:31:51 +0000
committerZach LeBar <zach@zachlebar.com>1980-02-23 04:31:51 +0000
commite51d542c0648d3b0b7fb06b214edb3bda786cab7 (patch)
tree984e3446492961740663f3d53aad9cb82c6375fd /app/form-html.lsp
parent29f88d18703ba3136d1b0b4739a302b64305f3d4 (diff)
downloadacf-core-e51d542c0648d3b0b7fb06b214edb3bda786cab7.tar.bz2
acf-core-e51d542c0648d3b0b7fb06b214edb3bda786cab7.tar.xz
Cleaning and refining the HTML.HEADmaster
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)
%>