summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/copy.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/copy.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/copy.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/copy.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html b/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html
index aeb67587f..8ee143b15 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/copy.html
@@ -30,7 +30,7 @@
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select>
</td></tr>
@@ -42,19 +42,19 @@
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select>
</td></tr>
<tr> <td> <b>class</b></td>
<td>
- <select name="security_class">
+ <select name="security_class">
{% for choice in CLASS_CHOICES %}
{% ifequal host.security_class choice.0 %}
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select></td></tr>
<tr> <td> <b>support</b></td>
@@ -65,7 +65,7 @@
<option value="{{ choice.0 }}" selected="selected" >{{ choice.1 }}
{% else %}
<option value="{{ choice.0 }}">{{ choice.1 }}
- {% endifequal %}
+ {% endifequal %}
{% endfor %}
</select></td></tr>
<tr> <td> <b>csi</b></td>