Project

General

Profile

Actions

Bug #14992

closed

Header with link wraps not proper

Added by Anonymous about 19 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-09-24
Due date:
% Done:

0%

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

Description

HTML - output if you make a headline with link:

<a href="index.php?id=352"><h1>Lorem ipsum dolor</h1></a>

It you additionally check date, the output is the following:
<a href="index.php?id=352">
<div class="c_date">25. Sep, 2005</div>
<h1>Das Strahlenfrühwarnsystem im Wandel der Zeit Lorum Ipsum dolor ist amet</h1>
</a>

It should be:
<h1><a href="index.php?id=352">Lorem ipsum dolor</a></h1>

and with date:
<div class="c_date">25. Sep, 2005</div>
<a href="index.php?id=352"><h1><a href="index.php?id=352">Lorem ipsum dolor</a></h1></a>

for passing the w3 validator
(issue imported from #M1482)


Files

2005-10-18_bugfix_1482.patch (94.5 KB) 2005-10-18_bugfix_1482.patch Administrator Admin, 2005-10-18 11:01
Actions

Also available in: Atom PDF