Browse Source

fix left over closing backticks

tags/2.0.2
nkovacs 10 years ago
parent
commit
1b5ddfc0a5
  1. 2
      Collapse.php

2
Collapse.php

@ -53,8 +53,6 @@ class Collapse extends Widget
* - content: string, required, the content (HTML) of the group
* - options: array, optional, the HTML attributes of the group
* - contentOptions: optional, the HTML attributes of the group's content
*
* ```
*/
public $items = [];

Loading…
Cancel
Save