aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-04 02:48:14 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-04 02:48:14 +0300
commitd5f28ec385ca5bc7f5bedb3e735a9af88129197d (patch)
tree031b09ec6f9e56fd680ad83f60a9526c8f5de712 /index.html
parentdebian: 1.0.1-1 (diff)
parenttop: run with -E/-e if supported (diff)
downloadlinux-status-d5f28ec385ca5bc7f5bedb3e735a9af88129197d.tar.gz
linux-status-d5f28ec385ca5bc7f5bedb3e735a9af88129197d.zip
Merge tag 'v1.1.0' into debian
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7c8c542..52a45fc 100644
--- a/index.html
+++ b/index.html
@@ -125,7 +125,7 @@ function create_user_block(name, lbl, cmd) {
};
return $('<div/>')
.append($('<p/>')
- .append($('<button/>', button_params).text('+'))
+ .append($('<button/>', button_params).text('+'))
.append($('<a/>', a_params)
.append($('<code/>').text(cmd))))
.append($('<div/>', {'class': 'collapse', id: collapse_id})