diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-25 15:11:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-25 15:11:35 -0400 |
commit | 03765e037dd9096648dc7f262e8164449347b092 (patch) | |
tree | 27aeeae4631b5a2b0a22e83cd10341a6c3d487c4 | |
parent | 43eef3463165b3938c9beeb0fe9f8d40ccf27757 (diff) |
fix example
-rw-r--r-- | doc/templates.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/templates.mdwn b/doc/templates.mdwn index b40e865e1..1c234e3b5 100644 --- a/doc/templates.mdwn +++ b/doc/templates.mdwn @@ -65,7 +65,7 @@ few things: Here's a sample template: <span class="infobox"> - Name: [[<TMPL_VAR raw_name>]]<br /> + Name: \[[<TMPL_VAR raw_name>]]<br /> Age: <TMPL_VAR age><br /> <TMPL_IF NAME="color"> Favorite color: <TMPL_VAR color><br /> |