summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-03-24 11:26:16 +0100
committerAdrian Lang <lang@cosmocode.de>2010-03-24 11:26:49 +0100
commitb7eccc60d91f1a719b3204da92d4becb2928210e (patch)
treecb2df79f9db793362a3a8d26d89bcbd2fe22db6d /inc
parentb0ffdb5e96bb2bdbf27087b2f1335f7949ab8598 (diff)
downloadrpg-b7eccc60d91f1a719b3204da92d4becb2928210e.tar.gz
rpg-b7eccc60d91f1a719b3204da92d4becb2928210e.tar.bz2
Keep edit target information for preview
Diffstat (limited to 'inc')
-rw-r--r--inc/html.php1
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'));