summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-01-29 20:46:33 +0000
committerTed Trask <ttrask01@yahoo.com>2013-01-29 20:46:33 +0000
commit33303026037583b46cd6fc88dfb4e0120d19bb8e (patch)
tree32f952bd88c9f75a33df09b7748b1075564fed30
parent4e5a7d237fabc169dd2d24628a6437b10d07ffce (diff)
downloadacf-dnsmasq-33303026037583b46cd6fc88dfb4e0120d19bb8e.tar.bz2
acf-dnsmasq-33303026037583b46cd6fc88dfb4e0120d19bb8e.tar.xz
Minor capitalization for consistency
-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")