remove default <br> for activeCheckBoxList()

Hello,

guy’s is there a way to get rit of the default <br> that the activeCheckBoxList() will generate between the options?

thank you.

code:




<?php

echo CHtml::activeCheckboxList(

    $daytrip, 'Categories',

    $categories, 

    array(

        'template' => '<li>{input} {label}</li>',

        'checkAll' => 'Alle rubrieken')

    );

?>



Set ‘separator’ option.

:unsure: thank you!

magic:


'separator' => ''