From 5c4f78cb956f4ff1d18478974129c088cbf69e53 Mon Sep 17 00:00:00 2001 From: Robert Martin Date: Mon, 22 Apr 2013 17:05:10 -0400 Subject: fix some styles in html. The main issue was the missing space before the attribute. The rest is just for less important general improvement of the formatting. --- askbot/templates/question/question_controls.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/askbot/templates/question/question_controls.html b/askbot/templates/question/question_controls.html index 88ef42d8..ddb40e1d 100644 --- a/askbot/templates/question/question_controls.html +++ b/askbot/templates/question/question_controls.html @@ -2,23 +2,23 @@ -{% trans %}retag{% endtrans %} +{% trans %}retag{% endtrans %} {% if question.offensive_flag_count > 0 %} - {% trans %}remove flag{% endtrans %} - {% trans %}flag offensive{% endtrans %} ({{ question.offensive_flag_count }}) {% else %} - @@ -26,11 +26,11 @@ {% endif %} {% if thread.closed %} - {% trans %}reopen{% endtrans %} + {% trans %}reopen{% endtrans %} {% else %} {% trans %}close{% endtrans %} {% endif %} -{% if question.deleted %}{% trans %}undelete{% endtrans %}{% else %}{% trans %}delete{% endtrans %}{% endif %} -- cgit v1.2.3-1-g7c22