diff options
Diffstat (limited to 'templates/editpage.tmpl')
-rw-r--r-- | templates/editpage.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index 8b755749f..c23630dfa 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -17,5 +17,9 @@ Optional comment about this change:</br> </TMPL_IF> <TMPL_VAR FORM-SUBMIT> <TMPL_VAR FORM-END> +<TMPL_IF NAME="PAGE_PREVIEW"> +<hr> +<TMPL_VAR PAGE_PREVIEW> +</TMPL_IF> </body> </html> |