Merge branch 'wip-MDL-33321-master' of git://github.com/kwiliarty/moodle

This commit is contained in:
Dan Poltawski
2012-05-28 16:10:16 +08:00
+1 -2
View File
@@ -37,8 +37,7 @@ YUI.add('moodle-core-dragdrop', function(Y) {
.setAttrs({
'src' : M.util.image_url(MOVEICON.pix, MOVEICON.component),
'alt' : title,
'title' : M.str.moodle.move,
'hspace' : '3'
'title' : M.str.moodle.move
});
if (iconclass) {
dragicon.addClass(iconclass);