From 2fbc599c261746723e774ad8e0615ebf20a2cd47 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 26 Apr 2010 21:07:47 -0400 Subject: [PATCH] fixing markup typo in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 5ee9dae..e4334b5 100644 --- a/README.markdown +++ b/README.markdown @@ -83,7 +83,7 @@ Known Issues * Sections don't respect delimiter changes -- `delimiters` example currently fails with an "unclosed section" exception. - * Sections don't have access to child context, i.e. `{{#foo}}{{bar}}{{/foo}}' fails if the context + * Sections don't have access to child context, i.e. `{{#foo}}{{bar}}{{/foo}}` fails if the context is `array('foo' => array('bar' => 'baz'));` * Test coverage is incomplete.