Trialbox: Don't open My Account in new window

This commit is contained in:
Albert Santoni 2014-07-02 14:49:11 -04:00
parent 758423a7f7
commit cda812dd73
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<div class="trial-box-calendar-gray"><?php echo _("days") ?></div>
</div>
<div class="trial-box-button">
<a title="<?php echo _("Purchase an Airtime Pro plan!")?>" href="/billing/upgrade" target="_blank"><?php echo _("My Account") ?></a>
<a title="<?php echo _("Purchase an Airtime Pro plan!")?>" href="/billing/upgrade"><?php echo _("My Account") ?></a>
</div>
</div>
<?php }?>