diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-09 22:59:01 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-09 22:59:01 -0500 |
commit | 18d16309ce34f20ee475465cf1501976a084fcf7 (patch) | |
tree | bb90e7e41d481e13c89ffa3e92399301e01466f6 | |
parent | f16b3f17c0919b9a40352680a88781a44fee680f (diff) | |
download | ikiwiki-18d16309ce34f20ee475465cf1501976a084fcf7.tar ikiwiki-18d16309ce34f20ee475465cf1501976a084fcf7.tar.gz |
reword to put the more important info (page names) nearer the front
-rw-r--r-- | templates/change.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/change.tmpl b/templates/change.tmpl index 16ef08a85..0a04ff136 100644 --- a/templates/change.tmpl +++ b/templates/change.tmpl @@ -2,7 +2,7 @@ <TMPL_IF AUTHORURL> [[meta authorurl="""<TMPL_VAR AUTHORURL>"""]] </TMPL_IF> -[[meta title="""update of <TMPL_VAR WIKINAME>'s<TMPL_LOOP NAME="PAGES"> <TMPL_VAR PAGE></TMPL_LOOP>"""]] +[[meta title="""update of<TMPL_LOOP NAME="PAGES"> <TMPL_VAR PAGE></TMPL_LOOP> on <TMPL_VAR WIKINAME>"""]] <div class="metadata"> <span class="desc"><br />Changed pages:</span> <span class="pagelinks"> |