summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index 7e842e052..3398e8fb9 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -137,7 +137,8 @@ function html_secedit_get_button($data) {
" editbutton_" . $secid . "'>" .
html_btn('secedit', $ID, '',
array_merge(array('do' => 'edit',
- 'rev' => $INFO['lastmod']), $data),
+ 'rev' => $INFO['lastmod'],
+ 'summary' => '['.$name.'] '), $data),
'post', $name) . '</div>';
}