Skip to content

Commit 9267eef

Browse files
committed
deploy: f0e8d44
1 parent b175f9f commit 9267eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user/book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function playground_text(playground, hidden = true) {
179179
// even if highlighting doesn't apply
180180
code_nodes.forEach(function (block) { block.classList.add('hljs'); });
181181

182-
Array.from(document.querySelectorAll("code.language-rust")).forEach(function (block) {
182+
Array.from(document.querySelectorAll("code.hljs")).forEach(function (block) {
183183

184184
var lines = Array.from(block.querySelectorAll('.boring'));
185185
// If no lines were hidden, return

0 commit comments

Comments
 (0)