Skip to content

Commit b16594a

Browse files
committed
deploy: f0e8d44
1 parent b88f109 commit b16594a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

user/book.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function playground_text(playground, hidden = true) {
346346
}
347347

348348
setTimeout(function () {
349-
themeColorMetaTag.content = getComputedStyle(document.body).backgroundColor;
349+
themeColorMetaTag.content = getComputedStyle(document.documentElement).backgroundColor;
350350
}, 1);
351351

352352
if (window.ace && window.editors) {

user/print.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ <h2 id="options-7"><a class="header" href="#options-7">Options</a></h2>
13591359
<dd>
13601360
<p>suppress repeated empty output lines</p>
13611361
</dd>
1362-
<dt><code>--t</code>, <code>-t</code></dt>
1362+
<dt><code>-t</code></dt>
13631363
<dd>
13641364
<p>equivalent to -vT</p>
13651365
</dd>

user/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user/searchindex.json

+1-1
Large diffs are not rendered by default.

user/utils/cat.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h2 id="options"><a class="header" href="#options">Options</a></h2>
233233
<dd>
234234
<p>suppress repeated empty output lines</p>
235235
</dd>
236-
<dt><code>--t</code>, <code>-t</code></dt>
236+
<dt><code>-t</code></dt>
237237
<dd>
238238
<p>equivalent to -vT</p>
239239
</dd>

0 commit comments

Comments
 (0)