aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-04 01:46:21 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-04 01:46:21 +0300
commitfbfbab66608f20113c6b4f1891fbfb2595b6b043 (patch)
tree2badd81814599e5af6401aa3368892c6f56ba5e8 /index.html
parentindex.html: safer DOM generation using jQuery (diff)
downloadlinux-status-fbfbab66608f20113c6b4f1891fbfb2595b6b043.tar.gz
linux-status-fbfbab66608f20113c6b4f1891fbfb2595b6b043.zip
fix whitespace
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})