mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-28 14:58:24 +09:00
oops
This commit is contained in:
parent
22df795733
commit
50b37a8420
@ -25,7 +25,7 @@ const handlers = {
|
|||||||
|
|
||||||
hashtag({ document }, { hashtag }) {
|
hashtag({ document }, { hashtag }) {
|
||||||
const span = document.createElement('span');
|
const span = document.createElement('span');
|
||||||
span.textContent = hashtag;
|
span.textContent = '#' + hashtag;
|
||||||
document.body.appendChild(span);
|
document.body.appendChild(span);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user