add line breaks around [quote] in reply button reply markup
This commit is contained in:
@ -143,7 +143,7 @@
|
|||||||
|
|
||||||
{% if show_reply %}
|
{% if show_reply %}
|
||||||
{% set qtext = "[url=%s]%s said:[/url]" | format(post_permalink, post['username']) %}
|
{% set qtext = "[url=%s]%s said:[/url]" | format(post_permalink, post['username']) %}
|
||||||
{% set reply_text = "%s\n[quote]%s[/quote]\n" | format(qtext, post['original_markup']) %}
|
{% set reply_text = "%s\n[quote]\n%s\n[/quote]\n" | format(qtext, post['original_markup']) %}
|
||||||
<button value="{{ reply_text }}" class="reply-button">Quote</button>
|
<button value="{{ reply_text }}" class="reply-button">Quote</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user