@@ -63,7 +63,7 @@
//Load the content of the file
$.get("../../media?file=" + filepath, function(fileContent){
- $("#editor").html(fileContent);
+ $("#editor").text(fileContent);
//Start the editor if not started
if (editor == undefined){