summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 19:22:11 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-05-22 19:22:11 +0200
commiteece73ef9ff29078dd896bb65880a110e34ef658 (patch)
tree22486349beec5e1d93e1f3e3e96366b8af458341
parentd5bdc6c979461fe8fef1012291f483c1426f999e (diff)
downloadwww-eece73ef9ff29078dd896bb65880a110e34ef658.tar.gz
www-eece73ef9ff29078dd896bb65880a110e34ef658.tar.bz2
www-eece73ef9ff29078dd896bb65880a110e34ef658.zip
host: untabify
-rw-r--r--templates/host.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/host.html b/templates/host.html
index 030712f..136ae96 100644
--- a/templates/host.html
+++ b/templates/host.html
@@ -104,7 +104,7 @@
</thead>
<tbody>
{% for service_category in services %}
- {% if services[service_category] is iterable %}
+ {% if services[service_category] is iterable %}
{% for service in services[service_category] %}
<tr>
<td>{{service}}</td>
@@ -112,7 +112,7 @@
<td>{{service_category}}</td>
</tr>
{% endfor %}
- {% endif %}
+ {% endif %}
{% else %}
<tr><td class="centering" colspan="4">no services provoided</td></tr>
{% endfor %}