From 3d7bd00abfe8317aea736a3affa0866fda752683 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Wed, 3 May 2017 09:34:57 +0200 Subject: [PATCH] Remove html tag from shortdesc --- examples/cluster.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cluster.html b/examples/cluster.html index e17a29d176..813f63b8c6 100644 --- a/examples/cluster.html +++ b/examples/cluster.html @@ -1,7 +1,7 @@ --- layout: example.html title: Clustered Features -shortdesc: Example of using ol.source.Cluster. +shortdesc: Example of using ol.source.Cluster. docs: > This example shows how to do clustering on point features. tags: "cluster, vector"