diff --git a/app/views/shared/_publisher.html.haml b/app/views/shared/_publisher.html.haml
index 38cbc83fa..5bffab311 100644
--- a/app/views/shared/_publisher.html.haml
+++ b/app/views/shared/_publisher.html.haml
@@ -26,11 +26,12 @@
%br
= t('.add_photos')
- %div
- #publisher_textarea_wrapper
- %ul#photodropzone
- = status.text_area :fake_message, :rows => 2, :value => h(params[:prefill])
- = status.hidden_field :message, :value => '', :class => 'clear_on_submit'
+ %p
+ %params
+ #publisher_textarea_wrapper
+ %ul#photodropzone
+ = status.text_area :fake_message, :rows => 2, :value => h(params[:prefill])
+ = status.hidden_field :message, :value => '', :class => 'clear_on_submit'
- for aspect_id in @aspect_ids
= hidden_field_tag 'aspect_ids[]', aspect_id.to_s
diff --git a/app/views/shared/_stream_element.html.haml b/app/views/shared/_stream_element.html.haml
index c611cdd8a..c0d4d079d 100644
--- a/app/views/shared/_stream_element.html.haml
+++ b/app/views/shared/_stream_element.html.haml
@@ -16,7 +16,7 @@
.from
= person_link(post.author, :class => 'author')
%time.timeago{:datetime => post.created_at}
- %div
+ %p
= render 'status_messages/status_message', :post => post, :photos => post.photos
.info