Skip to content

Commit 5c655cc

Browse files
committed
Index: Fixed CSS syntax for docset-list
1 parent fe51e23 commit 5c655cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/js/icons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ document.addEventListener("DOMContentLoaded", function() {
88
};
99

1010
[].forEach.call(document.getElementById('docset-list').querySelectorAll('li'), function(el) {
11-
el.setAttribute('style', 'background-image: url(data:image/png;base64,' + docs[el.textContent]) + ')';
11+
el.setAttribute('style', 'background-image: url(data:image/png;base64,' + docs[el.textContent] + ')');
1212
});
1313
});

0 commit comments

Comments
 (0)