From b89efde60f64fc979b3a2c86ac4e75d791c4dcb6 Mon Sep 17 00:00:00 2001 From: TakSuyu Date: Fri, 31 Oct 2014 14:46:34 -0700 Subject: fixed tick quote on partial --- web/tutorials/04-compilers.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/tutorials') diff --git a/web/tutorials/04-compilers.markdown b/web/tutorials/04-compilers.markdown index ee46a0c..49935e1 100644 --- a/web/tutorials/04-compilers.markdown +++ b/web/tutorials/04-compilers.markdown @@ -189,7 +189,7 @@ Note that an if-else form is supported as well: Partials allow you to [DRY] up your templates by putting repetitive actions into separate template files. You can then include them using -`$partial("filename.html")$. +`$partial("filename.html")$`. [DRY]: http://en.wikipedia.org/wiki/Don%27t_repeat_yourself -- cgit v1.2.3