##// END OF EJS Templates
The HTML output type accidentally got removed from the OutputArea....
Brian E. Granger -
Show More
@@ -325,7 +325,7 b' var IPython = (function (IPython) {'
325 }
325 }
326 };
326 };
327
327
328 OutputArea.display_order = ['javascript','latex','svg','png','jpeg','text'];
328 OutputArea.display_order = ['javascript','html','latex','svg','png','jpeg','text'];
329
329
330 OutputArea.prototype.append_mime_type = function (json, element, dynamic) {
330 OutputArea.prototype.append_mime_type = function (json, element, dynamic) {
331 for(var type_i in OutputArea.display_order){
331 for(var type_i in OutputArea.display_order){
General Comments 0
You need to be logged in to leave comments. Login now