diff options
author | Anika Henke <a.c.henke@arcor.de> | 2006-02-24 23:39:47 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2006-02-24 23:39:47 +0100 |
commit | c771e9edbaeab519add52cb6ef140f2eec24d217 (patch) | |
tree | 93f2008fb9d446e7eb91ed39d9fe946fb45fd3d1 | |
parent | 732c5c93b8e4437eb43f4115569812823804bf4e (diff) | |
download | rpg-c771e9edbaeab519add52cb6ef140f2eec24d217.tar.gz rpg-c771e9edbaeab519add52cb6ef140f2eec24d217.tar.bz2 |
fix for export_html to look good again after my "css_in_dokuwiki_context.patch"
darcs-hash:20060224223947-d5083-e7fd85205458be8322064941789b4335179949d8.gz
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 2 insertions, 0 deletions
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('</head>'); ptln('<body>'); + ptln('<div class="dokuwiki">'); print p_wiki_xhtml($ID,$REV,false); + ptln('</div>'); ptln('</body>'); ptln('</html>'); exit; |