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