diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-16 21:47:48 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-16 21:47:48 +0000 |
commit | 685475ba8c14fda5eb25a97ad2e2a7be3bb1e598 (patch) | |
tree | 21e39f72db84020460015cb9bb09a9c80cb3414a /templates | |
parent | e57ee3aaea9f3f3fdafeef868847f1698ab0ff09 (diff) | |
download | ikiwiki-685475ba8c14fda5eb25a97ad2e2a7be3bb1e598.tar ikiwiki-685475ba8c14fda5eb25a97ad2e2a7be3bb1e598.tar.gz |
add a header to page preview section
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index c23630dfa..d02eaad70 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -19,6 +19,7 @@ Optional comment about this change:</br> <TMPL_VAR FORM-END> <TMPL_IF NAME="PAGE_PREVIEW"> <hr> +<h1>Page preview:</h1> <TMPL_VAR PAGE_PREVIEW> </TMPL_IF> </body> |