Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Nov 2009 at 23:53 UTC
Updated:
27 Jan 2010 at 21:10 UTC
Jump to comment: Most recent file
Some images in ubercart still use the HTML 4 ending ">" instead of XHTML "/>".
A fulltext search for "
- uc_2checkout_payment_method
- uc_credit_payment_method
- etc
Maybe there is more of this in other submodules.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 643468-image-tags.patch | 5.01 KB | tr |
| #2 | 643468-image-tags.patch | 5.01 KB | tr |
Comments
Comment #1
donquixote commentedThe built-in sanitizer has removed a part of my post.
Here is the full version with the < properly escaped as <
Comment #2
tr commentedI did a search and rolled a patch to fix all occurrences I could find.
Comment #3
rvilar@TR Your patch looks good but in "payment/uc_credit/uc_credit.module" line 1004 you have closed the /a tag intead the /img tag:
- .'
'
'
+ .'
The correct solution is:
+ .'
'
Comment #4
rvilarChanging the status
Comment #5
rvilarThe built-in sanitizer has removed a part of my post...
@TR Your patch looks good but in "payment/uc_credit/uc_credit.module" line 1004 you have closed the /a tag intead the /img tag:
The correct solution is:
Comment #6
tr commentedRe-rolled patch to fix #5. Thanks for catching that.
Comment #7
Island Usurper commentedThanks, guys. Looks good.
Committed. Now, I wonder what people are going to do when they want to make an HTML 5 theme....