Project

General

Profile

Actions

Bug #19922

closed

double headers after editing page title

Added by Bas van der Togt about 15 years ago. Updated over 5 years ago.

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

0%

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

Description

After editing a pagetitle all headers are printed twice on the frontend.

This happens when using the following TS:

temp.stdheader < lib.stdheader
lib.stdheader >

lib.stdheader = CASE
lib.stdheader {
key.field = colPos
1 < temp.stdheader
2 < temp.stdheader
3 < temp.stdheader
default < temp.stdheader
}

// default
lib.stdheader.default.10.2.fontTag = <h2><span>|</span></h2>
lib.stdheader.default.10.3.fontTag = <h3><span>|</span></h3>

// left
lib.stdheader.1.10.1.fontTag = |

// right
lib.stdheader.2.10.2.fontTag = <h3><span>|</span></h3>

// border
lib.stdheader.3.10.1.fontTag = |

(issue imported from #M10277)

Actions #1

Updated by Bas van der Togt about 15 years ago

When i clear all the cache in the backend the headers are not printed twice anymore.

Actions #2

Updated by Thomas Hempel about 15 years ago

Solved: See comment from reporter

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF