Explorar o código

Fixed NotepadA cant show HTML issue

Toby Chui %!s(int64=3) %!d(string=hai) anos
pai
achega
58197f13a5
Modificáronse 1 ficheiros con 1 adicións e 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){