diff --git a/data/static/js/thread.js b/data/static/js/thread.js index e3409fc..4b3a452 100644 --- a/data/static/js/thread.js +++ b/data/static/js/thread.js @@ -106,7 +106,7 @@ if (ta.value.trim() !== "") { ta.value += "\n" } - ta.value += `[url=${postPermalink}]${authorUsername} said:[/url]\n[quote]${document.getSelection().toString()}[/quote]\n`; + ta.value += `[url=${postPermalink}]${authorUsername} said:[/url]\n[quote]< :scissors: > ${document.getSelection().toString()} < :scissors: >[/quote]\n`; ta.scrollIntoView() ta.focus();