https://fedorahosted.org/fedora-websites/ticket/79#comment:3 - Took care of some image tag errors, changes submitted to Websites list.
>From e5e1e92a8c1622394fba08587f00aa5200fbfeeb Mon Sep 17 00:00:00 2001 From: Jonathan George <jonathan.george@xxxxxxxx> Date: Sat, 8 Sep 2012 00:10:52 -0500 Subject: [PATCH] Fixed image tags to validate correctly with W3C --- fedoraproject.org/data/content/index.html | 4 ++-- fedoraproject.org/data/content/using/life/stevemilner_short.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fedoraproject.org/data/content/index.html b/fedoraproject.org/data/content/index.html index 0cd21b9..9c78579 100644 --- a/fedoraproject.org/data/content/index.html +++ b/fedoraproject.org/data/content/index.html @@ -189,7 +189,7 @@ if global_variables.release['curr_state'] == "Beta": <div class="grid_6 alpha story"> <h3 class="main-section-hl">${_('What makes Fedora different?')}</h3> <h4><a href="${path}/${lang}/about-fedora#different">${_('We fight for software freedom')}</a></h4> - <a href="${path}/${lang}/about-fedora#different"><img src="${path}/static/images/4f-freedom.png" /></a> + <a href="${path}/${lang}/about-fedora#different"><img src="${path}/static/images/4f-freedom.png" alt="Freedom" /></a> <p>${_('We try to always do the right thing, and provide only free and open source software. We will fight to protect and promote solutions that anyone can use and redistribute. To this end, we use only free and open source software to power the Fedora infrastructure itself. With this in mind, all of our developers are focused on working closely with upstream development teams, so everyone can benefit from our work and get access to our changes as soon as possible. Due to the huge amount of innovation that Fedora drives, this focus has had significant and long lasting effects.')}</p> <ul> <li><a href="${path}/${lang}/about-fedora#different">${Markup(_('Learn more about Fedora\'s values >'))}</a></li> @@ -200,7 +200,7 @@ if global_variables.release['curr_state'] == "Beta": <div class="grid_12 alpha story"> <h3 class="main-section-hl">${_('Do it with Fedora')}</h3> <h4><a href="${path}/${lang}/using/tutorials/cheese.html">${_('Have a photobooth party!')}</a></h4> - <a href="${path}/${lang}/using/tutorials/cheese.html"><img src="${path}/static/images/hulk-pfrields.png" /></a> + <a href="${path}/${lang}/using/tutorials/cheese.html"><img src="${path}/static/images/hulk-pfrields.png" alt="Photobooth Party (yarr!)" /></a> <p>${_('All you need is a webcam and Fedora, and you can do all sorts of cool photo tricks, including turning your friends into The Hulk. :) Take fun snapshots and videos!')}</p> <ul> <li><a href="${path}/${lang}/using/tutorials/cheese.html">${Markup(_('Learn how to do it yourself! >'))}</a></li> diff --git a/fedoraproject.org/data/content/using/life/stevemilner_short.html b/fedoraproject.org/data/content/using/life/stevemilner_short.html index a5be7fc..8b64fbb 100644 --- a/fedoraproject.org/data/content/using/life/stevemilner_short.html +++ b/fedoraproject.org/data/content/using/life/stevemilner_short.html @@ -4,7 +4,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""> <h4><a href="${path}/${lang}/using/life/stevemilner.html">${_('Steve, Information Security Analyst')}</a></h4> - <a href="${path}/${lang}/using/life/stevemilner.html"><img src="${path}/static/images/using/interviews/steve_thumb.png" class="tutorial-right" /></a> + <a href="${path}/${lang}/using/life/stevemilner.html"><img src="${path}/static/images/using/interviews/steve_thumb.png" alt="steve" class="tutorial-right" /></a> <p>${_('Steve Milner is an information security analyst from North Carolina. He uses Fedora to audit web applications for security issues. Steve walks us through some great apps in Fedora for security analysis and has some tips for you in keeping your systems safe, too!')}</p> </html> -- 1.7.11.4
-- websites mailing list websites@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/websites