aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-17 14:45:57 -0400
committerGitHub <noreply@github.com>2021-08-17 14:45:57 -0400
commit95075071321c45df40f310a4eca8dd4fbb29ccf6 (patch)
treeaa652ee5a7f93bcf7e1e31077eb8ce4f47116128 /files
parent7f7ab31956bb65a04b5caf1d95f10d9dc31146bf (diff)
downloadtranslated-content-95075071321c45df40f310a4eca8dd4fbb29ccf6.tar.gz
translated-content-95075071321c45df40f310a4eca8dd4fbb29ccf6.tar.bz2
translated-content-95075071321c45df40f310a4eca8dd4fbb29ccf6.zip
Unable to find a Prism grammar for 'example-bad' (#2097)
Diffstat (limited to 'files')
-rw-r--r--files/de/learn/html/introduction_to_html/getting_started/index.html2
-rw-r--r--files/ja/web/css/@media/scripting/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/files/de/learn/html/introduction_to_html/getting_started/index.html b/files/de/learn/html/introduction_to_html/getting_started/index.html
index 1ee9d1214e..d8966f8964 100644
--- a/files/de/learn/html/introduction_to_html/getting_started/index.html
+++ b/files/de/learn/html/introduction_to_html/getting_started/index.html
@@ -354,7 +354,7 @@ window.addEventListener("load", drawOutput);
<p>Sie sollten die Anführungszeichen aber nicht miteinander mischen. Die folgende Zeile ist falsch!</p>
-<pre class="brush: example-bad html notranslate">&lt;a href="http://www.example.com'&gt;Ein Link als Beispiel.&lt;/a&gt;</pre>
+<pre class="example-bad brush: html notranslate">&lt;a href="http://www.example.com'&gt;Ein Link als Beispiel.&lt;/a&gt;</pre>
<p>Wenn Sie eine Sorte Anführungszeichen benutzen, können Sie die andere Sorte innerhalb dieser benutzen:</p>
diff --git a/files/ja/web/css/@media/scripting/index.html b/files/ja/web/css/@media/scripting/index.html
index af015db428..0d01c7bed8 100644
--- a/files/ja/web/css/@media/scripting/index.html
+++ b/files/ja/web/css/@media/scripting/index.html
@@ -32,7 +32,7 @@ translation_of: Web/CSS/@media/scripting
<h3 id="HTML">HTML</h3>
-<pre class="brush: htm notranslatel notranslate">&lt;p class="script-none"&gt;スクリプトは利用できません。 :-(&lt;/p&gt;
+<pre class="brush: html notranslate">&lt;p class="script-none"&gt;スクリプトは利用できません。 :-(&lt;/p&gt;
&lt;p class="script-initial-only"&gt;スクリプトはページを読み込んでいる間だけ有効です。残念。&lt;/p&gt;
&lt;p class="script-enabled"&gt;スクリプトは有効です。 :-)&lt;/p&gt;
</pre>