summaryrefslogtreecommitdiffstats
path: root/dnsmasq-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dnsmasq-config-html.lsp')
-rw-r--r--dnsmasq-config-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsmasq-config-html.lsp b/dnsmasq-config-html.lsp
index bd10b92..f086bb9 100644
--- a/dnsmasq-config-html.lsp
+++ b/dnsmasq-config-html.lsp
@@ -20,7 +20,7 @@ end %>
htmlviewfunctions.displayformitem(form.value.domain, "domain")
%>
</DL>
-<H2>DNS settings</H2>
+<H2>DNS Settings</H2>
<H3>DNS Parameters</H3>
<DL>
<%
@@ -28,7 +28,7 @@ end %>
%>
</DL>
-<H3>DNS filtering</H3>
+<H3>DNS Filtering</H3>
<DL>
<%
htmlviewfunctions.displayformitem(form.value.dns_filtering, "dns_filtering")