Bug 329455

Summary: Bugzilla Web page is invalid
Product: [Websites] bugs.kde.org Reporter: Christopher Yeleighton <giecrilj>
Component: generalAssignee: KDE sysadmins <sysadmin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
URL: http://validator.w3.org/check?uri=https%3A%2F%2Fbugs.kde.org%2F
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Bug Depends on:    
Bug Blocks: 253185    
Attachments: A simple patch to make webpage validater happy

Description Christopher Yeleighton 2013-12-31 08:27:02 UTC
Bugzilla Web page is invalid

Reproducible: Always

Steps to Reproduce:
  1. Validate the Bugzilla Web page.

Actual Results:  
  1. Validation Output: 71 Errors

    Error Line 126, Column 56: An img element must have an alt attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images.

    				<img src="//cdn.kde.org/img/logo.plain.small.png" />

Expected Results:  
  1. Congratulations, etc.

Should be <img src="//cdn.kde.org/img/logo.plain.small.png" alt="(KDE)" />
Comment 1 Jekyll Wu 2014-02-05 06:52:02 UTC
Created attachment 84996 [details]
A simple patch to make webpage validater happy

Just translate the bug report into a simple patch
Comment 2 Ben Cooksley 2014-02-06 22:23:03 UTC
Git commit 0d1d2359baf0c5d3efe42504ef5cf29e167a3574 by Ben Cooksley.
Committed on 06/02/2014 at 22:22.
Pushed by bcooksley into branch 'kde'.

Apply patch to improve HTML compliance.
Thanks to Jekyll Wu for the patch.

M  +1    -1    template/en/custom/global/header.html.tmpl

http://commits.kde.org/websites/bugs-kde-org/0d1d2359baf0c5d3efe42504ef5cf29e167a3574