##// END OF EJS Templates
Made quote button actually button so it is impossible to accidentally quote its text
neko259 -
r1909:004a4ff8 default
parent child Browse files
Show More
@@ -9,7 +9,7 b''
9 {% get_current_language as LANGUAGE_CODE %}
9 {% get_current_language as LANGUAGE_CODE %}
10 {% get_current_timezone as TIME_ZONE %}
10 {% get_current_timezone as TIME_ZONE %}
11
11
12 <div id="quote-button">{% trans 'Quote' %}</div>
12 <button id="quote-button">{% trans 'Quote' %}</button>
13
13
14 <div class="tag_info">
14 <div class="tag_info">
15 <h2>
15 <h2>
General Comments 0
You need to be logged in to leave comments. Login now