_self target link in tabs item not working
Hi,
I have a problem with the target on the tabs item, the buttons links target self not working.
The code:
[button title="Scopri di più" link="http://otherwise.it/wpotherwise/approcci-metodologie/" target="_self" align="" icon="" icon_position="" color="" font_color="" size="2" full_width="" class="" ]
is rendering as target="_blank"
Please let me know if is possible to fix it.
Thanks
Adriana
Comments
Just leave the attribute blank, like this target=""
thanks