diff --git a/inc/html.php b/inc/html.php index fc55ffc1230cef26594e9f36c152d05bbcdfadda..7bd38ebda8e17cb56afa6d51d1effac9a73c5058 100644 --- a/inc/html.php +++ b/inc/html.php @@ -315,6 +315,7 @@ function html_draft(){ $form = new Doku_Form(array('id' => 'dw__editform')); $form->addHidden('id', $ID); $form->addHidden('date', $draft['date']); + $form->addHidden('wikitext', $text); $form->addElement(form_makeOpenTag('div', array('id'=>'draft__status'))); $form->addElement($lang['draftdate'].' '. dformat(filemtime($INFO['draft']))); $form->addElement(form_makeCloseTag('div'));