##// END OF EJS Templates
fix a typo introduced by a rebased PR...
MinRK -
Show More
@@ -531,7 +531,7 b' var IPython = (function (IPython) {'
531 531 .text('¶')
532 532 );
533 533 this.set_rendered(h);
534 this.element.find('div.text_cell_input').hide();
534 this.element.find('div.input_area').hide();
535 535 this.element.find("div.text_cell_render").show();
536 536 this.typeset();
537 537 }
General Comments 0
You need to be logged in to leave comments. Login now