summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-04-08 09:02:53 -0500
committerSol Jerome <solj@ices.utexas.edu>2010-04-08 09:03:39 -0500
commitca8a53a3c98f0e124106cdd29792059272c191ee (patch)
tree26cef78de9061265215de7b0ba2bb8c6037e26f0 /src/lib/Server/Hostbase/hostbase/webtemplates/dnsedit.html
parent8b9cb27cc5ccfaf0242b0cd4b0e08f18a90ab294 (diff)
downloadbcfg2-ca8a53a3c98f0e124106cdd29792059272c191ee.tar.gz
bcfg2-ca8a53a3c98f0e124106cdd29792059272c191ee.tar.bz2
bcfg2-ca8a53a3c98f0e124106cdd29792059272c191ee.zip
Remove whitespace
Signed-off-by: Sol Jerome <solj@ices.utexas.edu>
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 %}