From e1ce17d24ea0c5881d8cb8e53cec230107547750 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 --- extensions/bootstrap/Collapse.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/extensions/bootstrap/Collapse.php b/extensions/bootstrap/Collapse.php index 814e4baf94..22e022eaae 100644 --- a/extensions/bootstrap/Collapse.php +++ b/extensions/bootstrap/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 = [];