diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 23:17:04 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-02-20 23:17:04 +0900 |
| commit | 648e691b8cf44c41be7e56d65e8deccd7b76271e (patch) | |
| tree | f0d444d7911f30b41b55d2d86827ffeccc30b9d2 /src/web/app/common/views/components/post-html.ts | |
| parent | wip (diff) | |
| download | misskey-648e691b8cf44c41be7e56d65e8deccd7b76271e.tar.gz misskey-648e691b8cf44c41be7e56d65e8deccd7b76271e.tar.bz2 misskey-648e691b8cf44c41be7e56d65e8deccd7b76271e.zip | |
wip
Diffstat (limited to 'src/web/app/common/views/components/post-html.ts')
| -rw-r--r-- | src/web/app/common/views/components/post-html.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/views/components/post-html.ts b/src/web/app/common/views/components/post-html.ts index 88ced03429..d365bdc498 100644 --- a/src/web/app/common/views/components/post-html.ts +++ b/src/web/app/common/views/components/post-html.ts @@ -44,7 +44,7 @@ export default Vue.component('mk-post-html', { case 'url': return createElement(MkUrl, { props: { - href: escape(token.content), + url: escape(token.content), target: '_blank' } }); |