fixing markup typo in README

This commit is contained in:
Justin Hileman
2010-04-26 21:07:47 -04:00
parent bb4905dd1b
commit 2fbc599c26
+1 -1
View File
@@ -83,7 +83,7 @@ Known Issues
* Sections don't respect delimiter changes -- `delimiters` example currently fails with an * Sections don't respect delimiter changes -- `delimiters` example currently fails with an
"unclosed section" exception. "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'));` is `array('foo' => array('bar' => 'baz'));`
* Test coverage is incomplete. * Test coverage is incomplete.