Преглед на файлове

Fixed NotepadA cant show HTML issue

Toby Chui преди 3 години
родител
ревизия
58197f13a5
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/NotepadA/ace/editor.html

+ 1 - 1
web/NotepadA/ace/editor.html

@@ -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){