summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-02-05 13:26:08 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-02-05 13:26:08 +0100
commit1b885c58f9e8294f0b866e2c327942ce3ab9de3f (patch)
treed5965e7fa1e260ad828ab96617e45889f80e7dcc
parent53281602cea7a66dd909c3b5cb4e7c07a82cd54b (diff)
downloadrpg-1b885c58f9e8294f0b866e2c327942ce3ab9de3f.tar.gz
rpg-1b885c58f9e8294f0b866e2c327942ce3ab9de3f.tar.bz2
fixed inline diff selector loosing page context
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 7abb05d2e..4d5d557af 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1012,7 +1012,7 @@ function html_diff($text='',$intro=true,$type=null){
ptln('<p class="difflink">');
$form = new Doku_Form(array('action'=>wl()));
- $form->addHidden('ID',$ID);
+ $form->addHidden('id',$ID);
$form->addHidden('rev2[0]',$l_rev);
$form->addHidden('rev2[1]',$r_rev);
$form->addHidden('do','diff');