Merge branch 'master' of github.com:cutls/TheDesk

This commit is contained in:
cutls
2020-06-10 12:09:32 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -851,7 +851,7 @@ function cap(type, data, acct_id) {
} else if (type == 'bookmark') {
var response = 'Bookmarks'
} else if (type == 'utl') {
var response = 'User TL(' + data.acct + ')'
var response = 'User TL(' + escapeHTML(data.acct) + ')'
}
return response
}