summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/skins/default/templates/user_profile/user_stats.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/skins/default/templates/user_profile/user_stats.html b/askbot/skins/default/templates/user_profile/user_stats.html
index 02849df1..cd0f92a4 100644
--- a/askbot/skins/default/templates/user_profile/user_stats.html
+++ b/askbot/skins/default/templates/user_profile/user_stats.html
@@ -105,8 +105,8 @@
{% for badge in badges %}{# todo: translate badge name properly #}
<a href="{{badge.get_absolute_url()}}" title="{% trans description=badge.description %}{{description}}{% endtrans %}" class="medal"><span class="{{ badge.css_class }}">&#9679;</span>&nbsp;{% trans name=badge.name %}{{name}}{% endtrans %}</a><span class="tag-number"> &#215; {{ awarded_badge_counts[badge.id]|intcomma }}</span><br/>
{% if loop.index is divisibleby 3 %}
- </td>
- <td width="180" style="line-height:35px">
+ </td></tr>
+ <tr><td width="180" style="line-height:35px">
{% endif %}
{% endfor %}
</td>