summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-21 12:16:25 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-21 12:16:25 +0200
commit888ed16c4c5ee9572d98f2cfd72f7af65c797389 (patch)
tree5f271f78e23a641de9c2a59e1c46bc23140c702d
parentcd8fefb0ef4d45b9113e09cf42998c7d1fbe7541 (diff)
Sync with ikiwiki 3.20150329.
-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>