summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/new.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/new.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/new.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/new.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/new.html b/src/lib/Server/Hostbase/hostbase/webtemplates/new.html
index 5c74197b4..4b4150ea8 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/new.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/new.html
@@ -40,7 +40,7 @@
</td></tr>
<tr> <td> <b>class</b></td>
<td>
- <select name="security_class">
+ <select name="security_class">
{% for choice in CLASS_CHOICES %}
<option value="{{ choice.0 }}">{{ choice.1 }}
{% endfor %}