mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-02 08:48:06 +09:00
oops
This commit is contained in:
parent
423d7ecf15
commit
025974c0fe
@ -25,7 +25,7 @@ const handlers = {
|
||||
|
||||
hashtag({ document }, { hashtag }) {
|
||||
const span = document.createElement('span');
|
||||
span.textContent = hashtag;
|
||||
span.textContent = '#' + hashtag;
|
||||
document.body.appendChild(span);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user