From 9ed03d80fe93fa6045c08316700967ab4f5b001f Mon Sep 17 00:00:00 2001 From: Dimitri Walters Date: Sat, 20 Sep 2014 12:09:26 -0400 Subject: [PATCH] Remove unused attribute in Tooltip Advanced doc The Advanced section on the Tooltips page has the attribute `data-options="disable_for_touch:true"`, which is not used in the rendered HTML (it's actually the opposite) or is relevant to this section. --- doc/pages/components/tooltips.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/pages/components/tooltips.html b/doc/pages/components/tooltips.html index 66feda290..9fc43d76b 100644 --- a/doc/pages/components/tooltips.html +++ b/doc/pages/components/tooltips.html @@ -35,7 +35,7 @@ Additional classes can be added to your tooltips to change its appearance. {{#markdown}} ```html -extended information +extended information ``` {{/markdown}} -- 2.47.2