aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Template_variables.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/forum/Template_variables.mdwn')
-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.