Skip to content

Commit

Permalink
Add space
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed May 5, 2015
1 parent af099e2 commit 2877c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ghresume.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$.getJSON(api + name + '?callback=?', function(res) {
var user = res.data;
// Title
$(document).attr('title', user.login + '\'s' + document.title);
$(document).attr('title', user.login + '\'s ' + document.title);
// Avatar
$('#avatar').attr('src', user.avatar_url);
// Name
Expand Down

0 comments on commit 2877c4a

Please sign in to comment.