diff --git a/question/type/ddimageortext/yui/dd/dd.js b/question/type/ddimageortext/yui/dd/dd.js index 4c89cdce652..faff9418b30 100644 --- a/question/type/ddimageortext/yui/dd/dd.js +++ b/question/type/ddimageortext/yui/dd/dd.js @@ -92,8 +92,7 @@ YUI.add('moodle-qtype_ddimageortext-dd', function(Y) { var oldhome = this.drag_item_home(dragitemno); var classes = 'draghome dragitemhomes'+dragitemno+' group'+group; var imghtml = ''+alt+''; - var divhtml = '
'+alt+'
'; + var divhtml = '
'+alt+'
'; if (oldhome === null) { if (url) { dragitemsarea.append(imghtml);