diff --git a/src/controllers/accounts.js b/src/controllers/accounts.js index 174bb6be5c..1d322451f8 100644 --- a/src/controllers/accounts.js +++ b/src/controllers/accounts.js @@ -185,7 +185,7 @@ accountsController.getAccount = function(req, res, next) { userData.nextStart = results.posts.nextStart; userData.isFollowing = results.isFollowing; userData.breadcrumbs = helpers.buildBreadcrumbs([{text: userData.username}]); - + userData.title = userData.username; if (!userData.profileviews) { userData.profileviews = 1; }