summaryrefslogtreecommitdiffstats
path: root/tinydns-edit-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:10 +0000
committerTed Trask <ttrask01@yahoo.com>2016-08-10 17:47:10 +0000
commit00508d5d1ff3125d378f9f7943d67107e31ca366 (patch)
treea48cb69f98b833fd60c4eef74f80f067c503cfa1 /tinydns-edit-html.lsp
parent245ffaee674551e9d1ae1ce8f2e54f34f75d5b06 (diff)
downloadacf-tinydns-master.tar.bz2
acf-tinydns-master.tar.xz
Remove trailing whitespaceHEADmaster
Diffstat (limited to 'tinydns-edit-html.lsp')
-rw-r--r--tinydns-edit-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinydns-edit-html.lsp b/tinydns-edit-html.lsp
index 212f222..660cab9 100644
--- a/tinydns-edit-html.lsp
+++ b/tinydns-edit-html.lsp
@@ -8,7 +8,7 @@
document.write('<script type="text/javascript" src="<%= html.html_escape(page_info.wwwprefix) %>/js/jquery-latest.js"><\/script>');
}
</script>
-
+
<script type="text/javascript">
var editEntry = '<td> \
<a href="javascript:;"><img src="<%= html.html_escape(page_info.wwwprefix..page_info.staticdir) %>/tango/16x16/actions/list-add.png" width="16" height="16" title="Insert record"></a> \
@@ -34,7 +34,7 @@
entryTypes[2]=new Entry("&","Delegate subdomain",6,"Domain","IP address","Name server","Time to live","Timestamp","Location");
entryTypes[3]=new Entry("=","Host",5,"Host","IP address","Time to live","Timestamp","Location");
entryTypes[4]=new Entry("+","Host",5,"Host","IP address","Time to live","Timestamp","Location");
- entryTypes[5]=new Entry("@","Mail exchanger",7,"Domain","IP address","Mail exchanger","Distance","Time to live","Timestamp","Location");
+ entryTypes[5]=new Entry("@","Mail exchanger",7,"Domain","IP address","Mail exchanger","Distance","Time to live","Timestamp","Location");
entryTypes[6]=new Entry("'","Text record",5,"Domain","Text Record","Time to live","Timestamp","Location");
entryTypes[7]=new Entry("^","Reverse record",5,"PTR","Domain name","Time to live","Timestamp","Location");
entryTypes[8]=new Entry("C","Canonical name",5,"Domain","Canonical name","Time to live","Timestamp","Location");