diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-02 17:44:43 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-02 17:44:43 +0000 |
commit | 1452b3adf30145e8fd1208ac73da9d12967863bc (patch) | |
tree | ab4230abbf0f8cfee509fdc0225abba4c3944e7e /templates | |
parent | c7e06b65fd90c5f87fb0cd7da9b10f690d74087f (diff) | |
download | ikiwiki-1452b3adf30145e8fd1208ac73da9d12967863bc.tar ikiwiki-1452b3adf30145e8fd1208ac73da9d12967863bc.tar.gz |
so make sure to let perl know it should be handled as utf8. Also,
* Improve layout of edit page so formatting help link is always visible w/o
getting in the way of the preview.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index ec48df4c2..cf4520575 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -38,17 +38,16 @@ Optional comment about this change:<br /> <TMPL_VAR FIELD-COMMENTS><br /> </TMPL_IF> <TMPL_VAR FORM-SUBMIT> +<TMPL_VAR HELPONFORMATTINGLINK> <TMPL_VAR FORM-END> -<hr /> <TMPL_IF NAME="PAGE_PREVIEW"> +<hr /> <div class="header"> <span>Page preview:</span> </div> <div id="content"> <TMPL_VAR PAGE_PREVIEW> </div> -<TMPL_ELSE> -<TMPL_VAR HELPONFORMATTINGLINK> </TMPL_IF> </body> </html> |