From 1b5ddfc0a5faa907b23add91bf8691fb041492f4 Mon Sep 17 00:00:00 2001 From: nkovacs Date: Fri, 26 Dec 2014 19:06:13 +0100 Subject: [PATCH] fix left over closing backticks --- Collapse.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/Collapse.php b/Collapse.php index 814e4ba..22e022e 100644 --- a/Collapse.php +++ b/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 = [];