Actions
Bug #28696
closedHeader-tags disappear of content-element after upgrade to 4.5.4 from 4.5.3
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-08-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hi all.
After Upgrading header-tags of content-elements disappeared.
---
Before upgrading(4.5.3)
<header>
<h2 class="head">XXXXXX</h2>
</header>
---
After upgrading(4.5.4)
<header>
XXXXXX
</header>
What happened?
Actions