Project

General

Profile

Actions

Bug #19401

closed

Problem with Base Href

Added by Luc Muller over 15 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-10-01
Due date:
% Done:

0%

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

Description

This bug is highly linked with this one : http://bugs.typo3.org/bug_view_advanced_page.php?bug_id=6301

the purpose is that the base href make some problems with IE6.

the other point if that depending on the doktype Base href should not be declared the same way.

e.g in html 4.01 it should be not have ending tag

<base href="" >

in XHTML it should be properly closed.

so this is correct

<base href="" > but

this is also correct

<base href="" ></base>

the second choice avoid IE to be messy.

so I suggest to render the base href of typo3 in accordance to the doktype used in the config.

(issue imported from #M9462)


Related issues 2 (0 open2 closed)

Is duplicate of TYPO3 Core - Bug #17591: <base> tag produces text selection problems in IE6ClosedDmitry Dulepov2007-09-08

Actions
Has duplicate TYPO3 Core - Bug #17523: Property config.baseUrl and it's current construct may be incompatible with ExplorerClosedChris topher2007-08-11

Actions
Actions

Also available in: Atom PDF