Bug 285328

Summary: Konqueror Contact page invalid
Product: [Websites] www.kde.org Reporter: Christopher Yeleighton <giecrilj>
Component: generalAssignee: kde-www mailing-list <kde-www>
Status: RESOLVED FIXED    
Severity: minor CC: zahl
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Christopher Yeleighton 2011-10-30 16:42:45 UTC
Version:           4.6.0 (using KDE 4.6.4) 
OS:                Linux

The Contact page contains a hyperlink KDE's Bug Tracking System.  This URL contains a malformed query and should probably be converted to a FORM submit button.



Reproducible: Always

Steps to Reproduce:
  1. Submit Konqueror Contact page [1] to W3C Markup Validation Service [2].

Actual Results:  
  1. Line 319, Column 66: cannot generate system identifier for general entity "product"

Expected Results:  
  1. Valid HTML.

The following schema would do:

FORM ACTION="enter_bug.cgi"
SELECT NAME="product" 
OPTION VALUE="konqueror" SELECTED

INPUT TYPE=SUBMIT

___
[1] <URL: http://konqueror.kde.org/contact/ >
[2] <URL: http://validator.w3.org/ >
Comment 1 Ingo Malchow 2012-12-13 17:06:17 UTC
SVN commit 1328383 by imalchow:

change ampersand


 M  +1 -1      index.php  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1328383