Project

General

Profile

Actions

Bug #20383

closed

Validation issue: various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php

Added by Patrick Broens over 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-05-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Type: Bugfix

Branches: Trunk

Problem:
various errors and warnings in typo3/sysext/tsconfig_help/mod1/index.php when validating XHTML:
  • value of attribute "method" cannot be "POST"; must be one of "get", "post"
  • there is no attribute "onClick"
  • Cannot generate system identifier for general entity "P"
  • Required attribute "alt" not specified
  • End tag for "img" omitted, but OMITTAG NO was specified
Solution:
In the same order:
  • Change to lowercase "post"
  • Change the attribute to "onclick"
  • Change "...&P=..." to "...&P=..."
  • Add "alt" attribute with the same value as the "title" attribute
  • Add "/" at the end of singleton tag for "img"

Cheers,

Patrick

(issue imported from #M11017)


Files

20090501_RFC_11017.diff (3.13 KB) 20090501_RFC_11017.diff Administrator Admin, 2009-05-01 16:59
Actions #1

Updated by Patrick Broens over 15 years ago

committed to trunk, rev 5381.

Actions #2

Updated by Patrick Broens over 15 years ago

Sorry, committed to 5403, trunk

Actions #3

Updated by Patrick Broens over 15 years ago

committed to 5403, trunk

Actions

Also available in: Atom PDF