From c43cac11c5febb4dc86d5d43a3abb54a1c9cf0ae Mon Sep 17 00:00:00 2001 From: Tomas Date: Sat, 6 Jun 2015 14:27:54 +0300 Subject: [PATCH] Fix invalid endtag --- cookbook/profiler/data_collector.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbook/profiler/data_collector.rst b/cookbook/profiler/data_collector.rst index 5c2ded26d12..985738aa5cb 100644 --- a/cookbook/profiler/data_collector.rst +++ b/cookbook/profiler/data_collector.rst @@ -123,11 +123,11 @@ following example can help you get started: {% set text %}
Quick piece of data - 100 units
+ 100 units
Another quick thing - 300 units
+ 300 units {% endset %}