This commit is contained in:
sylvestre
2023-07-19 03:50:40 +00:00
parent b88f109652
commit b16594a937
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ function playground_text(playground, hidden = true) {
}
setTimeout(function () {
themeColorMetaTag.content = getComputedStyle(document.body).backgroundColor;
themeColorMetaTag.content = getComputedStyle(document.documentElement).backgroundColor;
}, 1);
if (window.ace && window.editors) {
+1 -1
View File
@@ -1359,7 +1359,7 @@ With no FILE, or when FILE is -, read standard input.</p>
<dd>
<p>suppress repeated empty output lines</p>
</dd>
<dt><code>--t</code>, <code>-t</code></dt>
<dt><code>-t</code></dt>
<dd>
<p>equivalent to -vT</p>
</dd>
+1 -1
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -233,7 +233,7 @@ With no FILE, or when FILE is -, read standard input.</p>
<dd>
<p>suppress repeated empty output lines</p>
</dd>
<dt><code>--t</code>, <code>-t</code></dt>
<dt><code>-t</code></dt>
<dd>
<p>equivalent to -vT</p>
</dd>