summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ikiwiki/directive/templatebody.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki/directive/templatebody.mdwn b/ikiwiki/directive/templatebody.mdwn
index dfadb2c..36b5af1 100644
--- a/ikiwiki/directive/templatebody.mdwn
+++ b/ikiwiki/directive/templatebody.mdwn
@@ -16,7 +16,7 @@ convenient to use the "here-document" syntax for it:
\[[!templatebody <<ENDBODY
[[!meta title="<TMPL_VAR name>"]]
- [[!tag person]]
+ \[[!tag person]]
<dl>
<dt>Name:</dt><dd><TMPL_VAR name></dd>
<dt>Age:</dt><dd><TMPL_VAR age></dd>