From 133b18a2c8e1b61b4a1aa0e795f02a567bdbc0a4 Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Thu, 4 Sep 2014 10:36:54 +0200 Subject: [PATCH] Listview: Fixed a typo in autodividers selector demo Fixes gh-7650 --- demos/listview-autodividers-selector/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/listview-autodividers-selector/index.php b/demos/listview-autodividers-selector/index.php index 575051893ce..753b35ae2e8 100644 --- a/demos/listview-autodividers-selector/index.php +++ b/demos/listview-autodividers-selector/index.php @@ -44,7 +44,7 @@

Custom autodivider selector

-

By default the the autodividers plugin will use the first character of a list item as selector. The option autodividersSelector allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.

+

By default the autodividers plugin will use the first character of a list item as selector. The option autodividersSelector allows you to return a different string. In this example we show you how to set an autodividers selector of "0-9" for list items that contain numbers so you can group them.