Actions
Bug #2272
closedTabs in div+title mode have missing class and a style in div instead
Description
that's in comprofiler.class.php
e.g.:
<div style="width: 95%;" class="contentheading">ProfileWall</div>
Updated by beat almost 14 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Estimated time changed from 0:30 h to 1:00 h
r1409 fixes this by removing the style="width:95%" in the contentheading div, but adds classes to be able to style if needed.
Actions