From defa93a1bf01353fdadea22bcc5467baaadca3e0 Mon Sep 17 00:00:00 2001
From: Adrian Lang <lang@cosmocode.de>
Date: Mon, 8 Feb 2010 13:01:25 +0100
Subject: [PATCH] =?UTF-8?q?I=E2=80=99m=20stupid?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc/html.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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),
-- 
GitLab