small html error in theme_uc_cart_checkout_form

Project:Ubercart Contributions
Component:Code
Category:
Priority:normal
Assigned:Unassigned
Status:active
Description
Project: 
Ubercart

Hello,

I found a small typo. The checkout message "uc_checkout_instructions" is wrapped in <p><p> instead of <p></p>

Also, I think it would be slightly better to wrap these messages in div's rather than p's. I'm using html instead of plain text for these messages, and it messes up the formatting a bit. I think theme_uc_cart_checkout_form and theme_uc_cart_checkout_review are the only two places I see this happen.

Thanks.

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: small html error in theme_uc_cart_checkout_form

Thanks a lot for the report - will verify and squash these in the morning. Smiling

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: small html error in theme_uc_cart_checkout_form

Fixed in core. On a side note... if anyone comes up with a better way of handling the order review, please let me know. I'm not the biggest fan of the table I have there now. Eye-wink

xerbutter's picture
Offline
Bug Finder
Joined: 09/07/2007
Juice: 146
Re: Re: small html error in theme_uc_cart_checkout_form
Assigned to:Ryan» xerbutter

Thanks, that solved my problem. I don't actually mind that review order table so much...but if I can think of something better I'll let you know!