Revision 1f623f01
Added by Assos Assos almost 8 years ago
drupal7/sites/all/themes/bootstrap/templates/bootstrap/bootstrap-dropdown.vars.php | ||
---|---|---|
35 | 35 |
if (is_string($element['#toggle'])) { |
36 | 36 |
$element['#toggle'] = array( |
37 | 37 |
'#theme' => 'link__bootstrap_dropdown__toggle', |
38 |
'#text' => $element['#toggle'],
|
|
38 |
'#text' => _bootstrap_filter_xss($element['#toggle']),
|
|
39 | 39 |
'#path' => '#', |
40 | 40 |
'#options' => array( |
41 | 41 |
'attributes' => array(), |
Also available in: Unified diff
Weekly update of contrib modules