HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Missing styling on the link in 2.0.18 (Code inside)*

JasonBarnabeJasonBarnabe Cynical Salamander ✭✭
edited November 2011 in Feedback
The "Participated Discussions" link on the main page has a different style than the links beside it. To fix, add "TabLink" to line 96 in class.participated.plugin.php:

echo '<li '.(($Sender->RequestMethod == 'participated') ? ' class="Active"' : '').'>'.Anchor($MyParticipated, '/discussions/participated', 'MyParticipated TabLink').'</li>';
Sign In or Register to comment.