diff --git a/src/web/app/common/-tags/introduction.tag b/src/web/app/common/-tags/introduction.tag deleted file mode 100644 index c92cff0d1..000000000 --- a/src/web/app/common/-tags/introduction.tag +++ /dev/null @@ -1,25 +0,0 @@ - -
-

Misskeyとは?

-

Misskeyみすきーは、syuiloが2014年くらいからオープンソースで開発・運営を行っている、ミニブログベースのSNSです。

-

無料で誰でも利用でき、広告も掲載していません。

-

もっと知りたい方はこちら

-
- -
diff --git a/src/web/app/common/views/components/post-html.ts b/src/web/app/common/views/components/post-html.ts index d365bdc49..afd95f8e3 100644 --- a/src/web/app/common/views/components/post-html.ts +++ b/src/web/app/common/views/components/post-html.ts @@ -93,6 +93,6 @@ export default Vue.component('mk-post-html', { } })); - return createElement('div', els); + return createElement('span', els); } }); diff --git a/src/web/app/common/views/components/twitter-setting.vue b/src/web/app/common/views/components/twitter-setting.vue index 996f34fb7..aaca6ccdd 100644 --- a/src/web/app/common/views/components/twitter-setting.vue +++ b/src/web/app/common/views/components/twitter-setting.vue @@ -1,7 +1,7 @@