diff options
author | http://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web> | 2010-03-01 14:43:55 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-01 14:43:55 +0000 |
commit | 0284ccf5eb6163d4fe49ac829a1f976336bc5908 (patch) | |
tree | df10b90ddd812dfd631c91df378da3c8b7eb3e80 | |
parent | 397fc5b2a3dff0ff3a105573f3b1fa5ea8169dfe (diff) |
fixed typo
-rw-r--r-- | doc/plugins/contrib/report.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/report.mdwn b/doc/plugins/contrib/report.mdwn index e8cbd0486..c364d4a3a 100644 --- a/doc/plugins/contrib/report.mdwn +++ b/doc/plugins/contrib/report.mdwn @@ -89,7 +89,7 @@ The "mood_summary" template might be like this: ## <TMPL_VAR NAME="HEADER1"> </TMPL_IF> ### <TMPL_VAR NAME="TITLE"> - (<TMPL_VAR NAME="DATE">) \[[<TMPL_VAR NAME="PAGE"]] + (<TMPL_VAR NAME="DATE">) \[[<TMPL_VAR NAME="PAGE">]] <TMPL_VAR NAME="DESCRIPTION"> ### Advanced Options |