Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.1
-
Fix Version/s: None
-
Component/s: CiviContribute
-
Labels:None
Description
Attached is a patch which stops the possibility of an unbalanced <div> element in CRM/Contribute/Form/Contribution/Confirm.tpl
The possibility exists because the <div class="billing_name_address-group"> and the corresponding </div> are surrounded by different
{if}conditions. If one is TRUE and the other FALSE, then the <div> will be unbalanced and the display may be erroneous.