From 4bee341acc838adcf464ee595b55f149fe203c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B1=E5=8D=9A=E4=BA=9E?= Date: Sat, 10 Apr 2021 17:13:57 +0800 Subject: [PATCH] fix bug --- app/controllers/ad_banners_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/ad_banners_controller.rb b/app/controllers/ad_banners_controller.rb index 1e34b6e..db7ebe7 100644 --- a/app/controllers/ad_banners_controller.rb +++ b/app/controllers/ad_banners_controller.rb @@ -71,7 +71,7 @@ class AdBannersController < ApplicationController image_html = "
#{ad_b.title}
" else ad_b.exchange_item == "2" youtube_url = format_url(ad_b.youtube,i) - image_html = "
#{ad_b.title}
#{ad_b.title}
" + image_html = "
#{ad_b.title}
" end images << { "html" => image_html