Merge pull request #5281 from minrk/rebase-typo

fix a typo introduced by a rebased PR, that was causing heading cells to be displayed in both input and rendered forms.
Fernando Perez 12 years ago
commit bb5b480d21

@ -531,7 +531,7 @@ var IPython = (function (IPython) {
.text('¶')
);
this.set_rendered(h);
this.element.find('div.text_cell_input').hide();
this.element.find('div.input_area').hide();
this.element.find("div.text_cell_render").show();
this.typeset();
}

Loading…
Cancel
Save