Booster Tbnavbar Problem With Ampersands

Hi to everyone

I have download the latest version of Booster

I use TbNavbar to display a tree-menu but when the label of an item has an ampersand (&) then displayed as &

According to sub menu lever the &amp displayed n-th (submenu lever) times (for example double-nested sub menu displays &&&)

I try to use ‘encodeLabel’=>false but no luck

What is wrong?

Thanks

Solved,

There are two ‘items’.


'items' => array(

                    array(

                        'class' => 'bootstrap.widgets.TbMenu',

                        

                        'encodeLabel'=>false,

                        'items' => array(),

...

The right position to set the ‘encodeLabel’=>false is in the first ‘items’, NOT in for each label