summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');