diff --git a/app/views/video_pros/show.html.erb b/app/views/video_pros/show.html.erb index eefd1ca..1597da0 100644 --- a/app/views/video_pros/show.html.erb +++ b/app/views/video_pros/show.html.erb @@ -3,7 +3,7 @@ video_image = data["video_image"] video_title = video_image.title.to_s video_desc = video_image.desc.to_s - video_details = video_image.details.to_s + video_details = video_image.details.html_safe video_post_agency = video_image.post_agency.to_s video_postdate = video_image.postdate.to_s if video_image.is_youtube