diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/comment/_single_comment.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/comment/_single_comment.rhtml b/app/views/comment/_single_comment.rhtml index b31d8f353..bab700b8b 100644 --- a/app/views/comment/_single_comment.rhtml +++ b/app/views/comment/_single_comment.rhtml @@ -3,7 +3,7 @@ Annotation by <%= comment.user ? user_link(comment.user) : 'you' %> <br><br><%= simple_date(comment.created_at || Time.now) %> </h2> - <div> + <div class="comment_in_request_text"> <%= comment.get_body_for_html_display %> </div> <p class="event_actions"> |