diff --git a/IPython/html/static/notebook/js/textcell.js b/IPython/html/static/notebook/js/textcell.js
index 70b6346..4eab761 100644
--- a/IPython/html/static/notebook/js/textcell.js
+++ b/IPython/html/static/notebook/js/textcell.js
@@ -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();
}