Skip to content

Commit 6e009ce

Browse files
committed
#11339 Escape filename on upload
1 parent e6cfd21 commit 6e009ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/controllers/UploaderHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
file.storedData = jsonData.uploadedFile;
190190
}
191191

192-
this.$fileName.html(filename);
192+
this.$fileName.text(filename);
193193
this.updateStatus('complete');
194194
this.$progress.html('0');
195195
this.$progressBar.css('width', 0);

0 commit comments

Comments
 (0)