From b2e57f524b01379858d92a701f7366232bc6370a Mon Sep 17 00:00:00 2001 From: Jamie Pratt Date: Sat, 29 Oct 2011 12:07:50 +0700 Subject: [PATCH] MDL-47494 ddimageortext: NOBUG not using yui3-cssfonts or yui3-csssrest but forgot to remove class names --- question/type/ddimageortext/yui/dd/dd.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);