diff --git a/root/static/js/github.js b/root/static/js/github.js
index 518ad695fa4..91015b020ee 100644
--- a/root/static/js/github.js
+++ b/root/static/js/github.js
@@ -147,9 +147,9 @@ class GitHubUrl {
+
'
Member Since: | ' + data.created_at + ' |
' +
- ' Followers: | ' + data.followers + ' |
' +
- ' Following: | ' + data.following + ' |
' +
- ' Public Repos: | ' + data.public_repos + ' |
' +
+ ' Followers: | ' + data.followers + ' |
' +
+ ' Following: | ' + data.following + ' |
' +
+ ' Public Repos: | ' + data.public_repos + ' |
' +
'';
},
url: function(result) {