I updated Multifield/Location Filter to version 2.5.2 but no I have many problems on website.

I wrote this
{if location_level3}from {location_level3}{/if} {if location_level1}({location_level1}){/if}

and got this:
from London United Kingdom

When there was no location, there was nothing! It's correct!


But now I get this:
{if location_level3}from London{/if} {if location_level1}(United Kingdom){/if}

and this is not correct. What can I do before Google take it in the index?