summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorashwini shinde2015-09-28 15:50:45 +0530
committerashwini shinde2015-09-28 15:50:45 +0530
commit2c03e6b8de3989054598dfb5ef69c35c08ecbbec (patch)
tree641d0d0b7fe801fc60baf04f848db2ce6bfad2bc
parentbacee20d83e33674b12cd87ee75d1d14f6810610 (diff)
downloadFOSSEE-Forum-2c03e6b8de3989054598dfb5ef69c35c08ecbbec.tar.gz
FOSSEE-Forum-2c03e6b8de3989054598dfb5ef69c35c08ecbbec.tar.bz2
FOSSEE-Forum-2c03e6b8de3989054598dfb5ef69c35c08ecbbec.zip
Update get-question.html
-rw-r--r--static/website/templates/get-question.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html
index e7b3fe7..b8049a0 100644
--- a/static/website/templates/get-question.html
+++ b/static/website/templates/get-question.html
@@ -35,9 +35,9 @@
{% ifequal thisUserDownvote 0 %}
- <img src="{% static 'website/images/down1-off.png' %}" class="vote-down" title="This question does not show any research effort; it is not useful and unclear"/>
+ <img src="{% static 'website/images/down1-off.png' %}" class="vote-down" />
{% else %}
- <img src="{% static 'website/images/down1-on.png' %}" class="vote-down selected" title="This question does not show any research effort; it is not useful and unclear"/>
+ <img src="{% static 'website/images/down1-on.png' %}" class="vote-down selected" />
{% endifequal %}
</div>