aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttp://tincho.org/ <tincho@web>2013-10-02 00:54:59 -0400
committeradmin <admin@branchable.com>2013-10-02 00:54:59 -0400
commit861e5a7a126c46519c1c43abe3473edf6440ea9f (patch)
tree6f0e3f80b90921cd7d3224e0c051d8aa320f8ac0
parent59b9091c0b5d2d2a7d5f1a37f636fc4c2697171e (diff)
downloadikiwiki-861e5a7a126c46519c1c43abe3473edf6440ea9f.tar
ikiwiki-861e5a7a126c46519c1c43abe3473edf6440ea9f.tar.gz
-rw-r--r--doc/forum/Template_variables.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/forum/Template_variables.mdwn b/doc/forum/Template_variables.mdwn
index 341490dc3..f0a8fe86c 100644
--- a/doc/forum/Template_variables.mdwn
+++ b/doc/forum/Template_variables.mdwn
@@ -4,12 +4,12 @@ I am very confused with the template variables. I cannot find any documentation
I see that in the default templates, there are things like this (rssitem.tmpl):
-<TMPL_IF AUTHOR>
+ <TMPL_IF AUTHOR>
<title><TMPL_VAR AUTHOR ESCAPE=HTML>: <TMPL_VAR TITLE></title>
<dcterms:creator><TMPL_VAR AUTHOR ESCAPE=HTML></dcterms:creator>
-<TMPL_ELSE>
+ <TMPL_ELSE>
<title><TMPL_VAR TITLE></title>
-</TMPL_IF>
+ </TMPL_IF>
But I don't get this in my RSS, and I don't know how to add those variables, except for mentions of some plugins that are not yet merged.