Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.2
-
Fix Version/s: 4.3.4
-
Component/s: Core CiviCRM
-
Labels:
Description
Since I upgraded to 4.3.1 the page at civicrm/contact/view/membership broke (layout).
I finally whittled this down to an extra CLOSING table tag in templates/CRM/Member/Form/MembershipRenewal.tpl. (If you count opening vs. closing you'll see 6 open tables and 7 close-tables.)
Two fixes happen to work for me, however, I'm not sure which is actually the correct one.
1) get rid of the closing table tag on line 183.
2) get rid of the
and closing table tag on lines 209-210.
I'm thinking #2 feels more correct to me, but as I don't understand the larger-scale ramifications this might have, I'd like someone else who knows more about this template to take a look.