Price Error On Ver 4.3.4

I just upgrade from 4.3.3.SP1 - 4.3.4 (Upgraded on: Septembrie 21, 2015) and I receive a html error on all price options

check attached

somebody know why ?!?

error option.jpg

Open the design/themes/responsive/templates/views/products/components/product_options.tpl file and replace:

{$vr.variant_name} {if $show_modifiers}{hook name="products:options_modifiers"}{if $vr.modifier|floatval}({$smarty.capture.modifier|strip_tags|replace:' ':''}){/if}{/hook}{/if}

with

{$vr.variant_name} {if $show_modifiers}{hook name="products:options_modifiers"}{if $vr.modifier|floatval}({$smarty.capture.modifier|strip_tags|replace:' ':'' nofilter}){/if}{/hook}{/if}

The clear the cache and check the result

http://forum.cs-cart.com/tracker/issue-6021-options-currencies-after-sum/

I have tried this, but this seems to be a different issue, it only happens when the second currency is selected and displayed in options with the primary currency.