From 3dabf60b52eba1286f1ecb0f1b2f093fc4c8abaa Mon Sep 17 00:00:00 2001 From: Basil Peace Date: Sat, 6 Jun 2015 23:43:06 +0300 Subject: [PATCH] Fix error in isotime demo in the documentation of Configuration Templates --- .../source/docs/templates/configuration-templates.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/templates/configuration-templates.html.markdown b/website/source/docs/templates/configuration-templates.html.markdown index f940ebcc1..514bf7820 100644 --- a/website/source/docs/templates/configuration-templates.html.markdown +++ b/website/source/docs/templates/configuration-templates.html.markdown @@ -118,7 +118,7 @@ isotime = June 7, 7:22:43pm 2014 {{isotime "2006-01-02"}} = 2014-06-07 {{isotime "Mon 1504"}} = Sat 1922 -{{isotime "01-Jan-06 03\_04\_05"}} = 07-Jun-2014 07\_22\_43 +{{isotime "02-Jan-06 03\_04\_05"}} = 07-Jun-2014 07\_22\_43 {{isotime "Hour15Year200603"}} = Hour19Year201407 ```