mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 15:15:37 +02:00
oops
This commit is contained in:
@@ -25,7 +25,7 @@ const handlers = {
|
||||
|
||||
hashtag({ document }, { hashtag }) {
|
||||
const span = document.createElement('span');
|
||||
span.textContent = hashtag;
|
||||
span.textContent = '#' + hashtag;
|
||||
document.body.appendChild(span);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user