Bug 285328 - Konqueror Contact page invalid
Summary: Konqueror Contact page invalid
Status: RESOLVED FIXED
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR minor
Target Milestone: ---
Assignee: kde-www mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-30 16:42 UTC by Christopher Yeleighton
Modified: 2012-12-13 17:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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