]> git.andy128k.dev Git - ipf.git/commitdiff
fix code markup
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 16 Jun 2013 19:13:24 +0000 (22:13 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 16 Jun 2013 19:13:24 +0000 (22:13 +0300)
doc/template.org

index 796ba8242f2b5be973a35c529a63eeca1aa2266e..b726f88bc6702fa21f5b871a1b18100578bce101 100644 (file)
@@ -17,7 +17,7 @@
     + =foreach_first= -- is true on first iteration and false on the rest ones.
 
 *** {assign <var> <eq-op> <expr>}
-    Example: ={assing $v += 1}=
+    Example: ~{assing $v += 1}~
 
 *** {literal} | {/literal}
     Literally output enclosed text. Mostly used to wrap inlined JavaScript.