diff --git a/app/views/templates/comment_stream.jst b/app/views/templates/comment_stream.jst
index 7a413e212..8ba619497 100644
--- a/app/views/templates/comment_stream.jst
+++ b/app/views/templates/comment_stream.jst
@@ -18,8 +18,7 @@
-
-
+
diff --git a/public/javascripts/app/views/commment_stream_view.js b/public/javascripts/app/views/commment_stream_view.js
index 9f8ea5455..ddf43994f 100644
--- a/public/javascripts/app/views/commment_stream_view.js
+++ b/public/javascripts/app/views/commment_stream_view.js
@@ -16,7 +16,7 @@ app.views.CommentStream = app.views.Base.extend({
},
postRenderTemplate : function() {
- this.$("label").inFieldLabels();
+ this.$("textarea").placeholder();
this.model.comments.each(this.appendComment, this);
// add autoexpanders to new comment textarea