Skip to content

Commit

Permalink
Adding missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords committed May 10, 2012
1 parent 3618600 commit d52fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/share.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ exports.show = function (request, response, next) {
// if this is the user's page, show SocialShare button
if (user && group.get('user_id') === user.get('id')) {
var message = '<p style="float: left;">This is how your portfolio page looks like to the public.</p>'
+ '<div class="socialshare" style="float: right;" data-type="small-bubbles" data-tweet-at="openbadges"></div>'
+ '<div class="socialshare" style="float: right;" data-type="small-bubbles" data-tweet-at="openbadges"></div>';
}

request.group.getBadgeObjects(function (err, badges) {
Expand Down

0 comments on commit d52fa26

Please sign in to comment.