diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index ce201e60e..3004c04fb 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -283,7 +283,7 @@ function act_export($act){ tpl_metaheaders(); ptln('</head>'); ptln('<body>'); - ptln('<div class="dokuwiki">'); + ptln('<div class="dokuwiki export">'); print p_wiki_xhtml($ID,$REV,false); ptln('</div>'); ptln('</body>'); |