| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
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.


