print html
This commit is contained in:
parent
75322232e5
commit
8940c3c63a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue