summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html b/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
index 9a673cbf0..2b10e5221 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
@@ -75,7 +75,7 @@
{% endfor %}
<tr> <td> <b>name</b></td>
<td> <input name="{{ ip.0.ip_addr }}name" type="text">
- <select name="{{ ip.0.ip_addr }}dns_view">
+ <select name="{{ ip.0.ip_addr }}dns_view">
{% for choice in DNS_CHOICES %}
<option value="{{ choice.0 }}">{{ choice.1 }}
{% endfor %}