Explorar el Código

Fixed NotepadA cant show HTML issue

Toby Chui hace 3 años
padre
commit
58197f13a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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){