From 8940c3c63a895c2219110da30abacaff85277087 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Tue, 8 Apr 2025 15:23:07 +0800 Subject: [PATCH] print html --- app/views/video_pros/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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