From 25ebb1df63e2f9374d8d88ad9922f1112ec64832 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 22 Jun 2011 19:28:36 +0200 Subject: [PATCH] MDL-27169 filepicker - add explicit enctype to the js upload form. Credit goes to J Ross Nicoll, thanks! --- repository/filepicker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/filepicker.js b/repository/filepicker.js index 9a137dd90d3..5d2fa6daf69 100644 --- a/repository/filepicker.js +++ b/repository/filepicker.js @@ -1122,7 +1122,7 @@ M.core_filepicker.init = function(Y, options) { this.print_header(); var id = data.upload.id+'_'+client_id; var str = '
'; - str += '
'; + str += ''; str += ''; str += '';
'; str += '