aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/_comment.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/blog/posts/_comment.html.erb')
-rw-r--r--app/views/blog/posts/_comment.html.erb4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/blog/posts/_comment.html.erb b/app/views/blog/posts/_comment.html.erb
index 71eab30..ba4a508 100644
--- a/app/views/blog/posts/_comment.html.erb
+++ b/app/views/blog/posts/_comment.html.erb
@@ -1,7 +1,5 @@
<article class='blog_comment_message' id='<%= "comment-#{comment.to_param}" %>'>
- <p>
- <%= simple_format auto_link(comment.message.to_s) %>
- </p>
+ <%= simple_format auto_link(comment.message.to_s) %>
<footer class='blog_comment_author'>
<p>
<%= t('blog.posts.comments.by', :who => comment.name) %>,