Fix bug
This commit is contained in:
parent
51ed3a6fad
commit
08ce6b895c
48 changed files with 279 additions and 140 deletions
|
|
@ -69,7 +69,7 @@ html.setAttribute('lang', lang);
|
|||
const head = document.getElementsByTagName('head')[0];
|
||||
const meta = document.createElement('meta');
|
||||
meta.setAttribute('name', 'description');
|
||||
meta.setAttribute('content', '%i18n:common.misskey%');
|
||||
meta.setAttribute('content', '%i18n:!common.misskey%');
|
||||
head.appendChild(meta);
|
||||
//#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue