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
commitaf7ca4c3d27076639ce269f990a131568fae51a8 (patch)
tree24928fa7ac586c6ce609324c89b767822ab08794
parent632fa6fda31f61546f46254f3f7208d067019d44 (diff)
downloadIshtar-af7ca4c3d27076639ce269f990a131568fae51a8.tar.bz2
Ishtar-af7ca4c3d27076639ce269f990a131568fae51a8.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 %}