Actually, there's a really easy fix for this.
Just a tiny bit of skin editing, nothing else.
ACP > Templates & Style > Templates > (Your Theme's Name) Templates > Reputation Templates > reputation.
Find this:
Code:
<strong>{$lang->reputation_members} {$rep_members}</strong><br />
<strong>{$lang->reputation_posts} {$rep_posts}</strong><br />
Replace with this:
Code:
<strong>{$lang->reputation_members} {$rep_members}</strong><br />
<!-- <strong>{$lang->reputation_posts} {$rep_posts}</strong><br /> -->
Voila.