Closed
Bug 473175
Opened 16 years ago
Closed 16 years ago
Making Spread Firefox Affiliate button codes (X)html valid
Categories
(Websites Graveyard :: spreadfirefox.com, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
3.0.1
People
(Reporter: drolnitzky, Unassigned)
References
()
Details
(Whiteboard: affiliates)
Need to change the button links to be W3 (X)html valid by replacing the following for each button code:
"&" with "&"
"=" with TBD.
http://www.htmlhelp.com/tools/validator/problems.html#amp
Comment 1•16 years ago
|
||
just fyi, don't do this manually through the admin panel.
this will be a simple code change, to surround the output with the urlencode() function.
Assignee: nobody → buchanae
| Reporter | ||
Comment 4•16 years ago
|
||
Not a blocker, but it should be changed since we strive for strict validation.
Updated•16 years ago
|
Target Milestone: --- → 3.1
Comment 5•16 years ago
|
||
sorry for the spam, but I need to unassign myself from these so they're open to other people to work on them
Assignee: buchanae → nobody
Updated•16 years ago
|
Target Milestone: 3.1 → 3.0.1
Comment 6•16 years ago
|
||
r26426 makes this valid,
stage:
<a href='http://www.mozilla.com?from=sfx&uid=232595&t=2'><img src='http://sfx-images.mozilla.org/affiliates/products/firefox/upgrade_1_5_120x240b.jpg' alt='Spread Firefox Affiliate Button' border=0 /></img>
production:
<a href="http://www.mozilla.com/?from=sfx&uid=0&t=305"><img border="0" alt="Spread Firefox Affiliate Button" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_best-yet.png" /></a>
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 7•16 years ago
|
||
Verified FIXED; my output:
<a href='http://www.mozilla.com?from=sfx&uid=242470&t=2'><img src='http://sfx-images.mozilla.org/affiliates/products/firefox/upgrade_1_5_120x240b.jpg' alt='Spread Firefox Affiliate Button' border=0 /></img>
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•14 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•