Because I really disliked the underscore at this mod, I found a solution by editing the templates a bit.
For those of you that want the solution, here it comes.
Go to Styles & Templates in your admin CP, choose Style manager, and choose edit templates.
Now look for the MARCO1_Temp template and press customize.
Delete the code in this template. It should be something like this:
Code:
<if condition="$vboptions['MARCO1_pri']"> - <a href="$vboptions[bburl]/privacy_policy.php">$vbphrase[privacy_policy]</a> </if>
Save the (now empty) template.
Now, go to your footer template, and press customize or edit, whatever works.
Search for:
Code:
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
and after add:
Code:
<if condition="$vboptions['MARCO1_pri']"> <a href="$vboptions[bburl]/privacy_policy.php">$vbphrase[privacy_policy]</a> - </if>
Save your template.
This should fix all issues regarding the weird underlining. Hope this helps you out.