Added missing opening php tag on billing - upgrades page

This commit is contained in:
drigato 2015-09-08 11:03:33 -04:00
parent b80c18c288
commit c2d1b788c5
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ echo($currentProduct["name"]);
?> ?>
</p> </p>
<h3>echo(_pro('Choose a plan: ')); ?></h3> <h3><?php echo(_pro('Choose a plan: ')); ?></h3>
<form id="<?php echo $form->getId(); ?>" method="<?php echo $form->getMethod() ?>" action="<?php echo <form id="<?php echo $form->getId(); ?>" method="<?php echo $form->getMethod() ?>" action="<?php echo
$form->getAction()?>" enctype="<?php echo $form->getEncType();?>"> $form->getAction()?>" enctype="<?php echo $form->getEncType();?>">