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>
Actions
Added by beat about 14 years ago. Updated about 14 years ago.
Description
that's in comprofiler.class.php
e.g.:
<div style="width: 95%;" class="contentheading">ProfileWall</div>
r1409 fixes this by removing the style="width:95%" in the contentheading div, but adds classes to be able to style if needed.