diff options
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 |
commit | af7ca4c3d27076639ce269f990a131568fae51a8 (patch) | |
tree | 24928fa7ac586c6ce609324c89b767822ab08794 | |
parent | 632fa6fda31f61546f46254f3f7208d067019d44 (diff) | |
download | Ishtar-af7ca4c3d27076639ce269f990a131568fae51a8.tar.bz2 Ishtar-af7ca4c3d27076639ce269f990a131568fae51a8.zip |
Correct typo
-rw-r--r-- | ishtar/templates/confirm_wizard.html | 2 |
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 %} |