diff --git a/app/views/conference/show.html.haml b/app/views/conference/show.html.haml index 5245006c..fbf4f76a 100644 --- a/app/views/conference/show.html.haml +++ b/app/views/conference/show.html.haml @@ -3,7 +3,7 @@ - unless @conference.description.blank? %p= @conference.description - %section{ id: 'program' } +%section{ id: 'program' } .pad = render 'program'