Actions
Bug #57127
closedError in the backend HTML
Start date:
2014-03-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
If you have a look in the source code of the backend (main frame), you will see this :
<li id="clear-cache-actions-menu"class="separator">...</li>
It's false, it must be :
<li id="clear-cache-actions-menu" class="separator">...</li>
Thanks
Actions