summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-25 02:30:54 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-01-25 02:30:54 +0100
commit458a1065eac22f65aab9d7e00ae2b06eb8f660d8 (patch)
tree24928fa7ac586c6ce609324c89b767822ab08794
parentad6c796cd0d3897a58aee8deaaad7fdfe022ce9d (diff)
downloadIshtar-458a1065eac22f65aab9d7e00ae2b06eb8f660d8.tar.bz2
Ishtar-458a1065eac22f65aab9d7e00ae2b06eb8f660d8.zip
Correct typo
-rw-r--r--ishtar/templates/confirm_wizard.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar/templates/confirm_wizard.html b/ishtar/templates/confirm_wizard.html
index 5a92e0d58..371de39c3 100644
--- a/ishtar/templates/confirm_wizard.html
+++ b/ishtar/templates/confirm_wizard.html
@@ -15,7 +15,7 @@
<table class='confirm'>
<caption>{{form_label}}</caption>
{% for label, data, cls in form_data %}
- <tr{%if cls%} class='{{cls}}'{%endif%}><th>{{label}}</th><td>{{data}}</td></th>
+ <tr{%if cls%} class='{{cls}}'{%endif%}><th>{{label}}</th><td>{{data}}</td></tr>
{% endfor %}
</table>
{% endfor %}