Project

General

Profile

Actions

Bug #21619

closed

Validation issues in sysext reports: Fix several errors

Added by Christian Kuhn about 15 years ago. Updated over 14 years ago.

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

0%

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

Description

Problem: The reports module doesn't produce valid HTML

Solution:
- Fix a typo from "colspans" to "colspan"
- Add CDATA comment around a JS block
- htmlspecialchar a href
- Add required alt attribute to some images:
-- In typo3/sysext/reports/mod/index.php with a locallang value
-- In typo3/sysext/reports/reports/class.tx_reports_reports_status.php with empty value, the icons warning and error for sections are added as background-images at other places, so we don't need a usefull alt tag here.

(issue imported from #M12675)


Files

12675.diff (3.45 KB) 12675.diff Administrator Admin, 2009-11-20 00:22
12675_01.diff (5.04 KB) 12675_01.diff Administrator Admin, 2009-11-25 13:29
Actions #1

Updated by Christian Kuhn almost 15 years ago

Committed to trunk, rev. 6533

Actions

Also available in: Atom PDF