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 7849cc809..04bb986c5 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -137,7 +137,7 @@ function html_secedit_get_button($data) {
unset($data['secid']);
return "<div class='secedit editbutton_" . $data['target'] .
- " editbutton_" . $data['secid'] . "'>" .
+ " editbutton_" . $secid . "'>" .
html_btn('secedit', $ID, '',
array_merge(array('do' => 'edit',
'rev' => $INFO['lastmod']), $data),