Gender displayed when not chosen any

If you don’t select your gender, it shows Gender: with nothing next to it below the avatar.

I think the line is written like this:

Gender: <if condition="$post['field5']"><div class="pibu"><div class="pib">$post[field5]</div></div></if>

It should be this:

<if condition="$post['field5']"><div class="pibu"><div class="pib">Gender: $post[field5]</div></div></if>

thanks will look at it during the weekend.