On 07/02/2017 11:23, Thomas Huth wrote: > The W3 HTML validator (https://validator.w3.org/) complains about > missing "alt" attributes and a missing "</section>" tag for the > new QEMU website. Here are two patches to fix the issues. > > Thomas Huth (2): > Add missing HTML tag to close the screenshots section > Add "alt" attributes to the img tags > > _includes/screenshot.html | 2 +- > index.html | 1 + > 2 files changed, 2 insertions(+), 1 deletion(-) >
Applied, thanks! :) Paolo