Skip to content

Commit

Permalink
MDL-36990 mod_feedback - added a missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
grabs committed Mar 9, 2013
1 parent 67e12ed commit 5f818c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/feedback/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ M.mod_feedback.init = function(Y, id, sesskey) {
});

var dragelement = Y.Node.create('<span></span>')
.setAttribute('title', title)
.setAttribute('title', title);
dragelement.appendChild(dragicon);
return dragelement;
};
Expand Down

0 comments on commit 5f818c0

Please sign in to comment.