Răsfoiți Sursa

Fixed NotepadA cant show HTML issue

Toby Chui 3 ani în urmă
părinte
comite
58197f13a5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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){