fix outlink
This commit is contained in:
parent
f79842ee48
commit
3b9b5975de
|
@ -9,7 +9,7 @@ class AdBannersController < ApplicationController
|
|||
if b.link_open == "new_window"
|
||||
target = "_blank"
|
||||
else
|
||||
target = " "
|
||||
target = ""
|
||||
end
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue