diff options
author | Adrian Lang <lang@cosmocode.de> | 2010-03-24 11:26:16 +0100 |
---|---|---|
committer | Adrian Lang <lang@cosmocode.de> | 2010-03-24 11:26:49 +0100 |
commit | b7eccc60d91f1a719b3204da92d4becb2928210e (patch) | |
tree | cb2df79f9db793362a3a8d26d89bcbd2fe22db6d | |
parent | b0ffdb5e96bb2bdbf27087b2f1335f7949ab8598 (diff) | |
download | rpg-b7eccc60d91f1a719b3204da92d4becb2928210e.tar.gz rpg-b7eccc60d91f1a719b3204da92d4becb2928210e.tar.bz2 |
Keep edit target information for preview
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/html.php b/inc/html.php index 088f8d3c5..a8761ad4a 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1188,6 +1188,7 @@ function html_edit(){ echo p_locale_xhtml($data['intro_locale']); } + $form->addHidden('target', $data['target']); $form->addElement(form_makeOpenTag('div', array('id'=>'wiki__editbar'))); $form->addElement(form_makeOpenTag('div', array('id'=>'size__ctl'))); $form->addElement(form_makeCloseTag('div')); |