summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/actions.php2
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;