From c771e9edbaeab519add52cb6ef140f2eec24d217 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Fri, 24 Feb 2006 23:39:47 +0100 Subject: fix for export_html to look good again after my "css_in_dokuwiki_context.patch" darcs-hash:20060224223947-d5083-e7fd85205458be8322064941789b4335179949d8.gz --- inc/actions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/actions.php') diff --git a/inc/actions.php b/inc/actions.php index 8c76fc0ff..ce201e60e 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -283,7 +283,9 @@ function act_export($act){ tpl_metaheaders(); ptln(''); ptln(''); + ptln('
'); print p_wiki_xhtml($ID,$REV,false); + ptln('
'); ptln(''); ptln(''); exit; -- cgit v1.2.3