[Client:Mobile] Fix: Typo

This commit is contained in:
syuilo⭐️ 2017-01-28 21:32:02 +09:00 committed by GitHub
parent 16c8511ba7
commit 8251282162
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
document.title = user.name + 'のフォロワー | Misskey' document.title = user.name + 'のフォロワー | Misskey'
# TODO: ユーザー名をエスケープ # TODO: ユーザー名をエスケープ
@ui.trigger \title '<img src="' + user.avatar_url + '?thumbnail&size=64">' + user.name + 'のフォロー' @ui.trigger \title '<img src="' + user.avatar_url + '?thumbnail&size=64">' + user.name + 'のフォロー'
@update! @update!