[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

View file

@ -26,7 +26,7 @@
document.title = user.name + 'のフォロワー | Misskey'
# 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!