-
Bug
-
Resolution: Fixed
-
3.0.RC1
-
None
-
PHP Environment:
Database:
There is an error in adm/style/permission_trace.html:
<!-- INCLUDE simple_footer.html -->
|
|
|
</div>
|
The closing div tag needs to be set before including the footer. Otherwise the generated HTML is invalid:
</body>
|
</html>
|
</div>
|

