diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-17 14:45:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 14:45:57 -0400 |
commit | 95075071321c45df40f310a4eca8dd4fbb29ccf6 (patch) | |
tree | aa652ee5a7f93bcf7e1e31077eb8ce4f47116128 /files | |
parent | 7f7ab31956bb65a04b5caf1d95f10d9dc31146bf (diff) | |
download | translated-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.html | 2 | ||||
-rw-r--r-- | files/ja/web/css/@media/scripting/index.html | 2 |
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"><a href="http://www.example.com'>Ein Link als Beispiel.</a></pre> +<pre class="example-bad brush: html notranslate"><a href="http://www.example.com'>Ein Link als Beispiel.</a></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"><p class="script-none">スクリプトは利用できません。 :-(</p> +<pre class="brush: html notranslate"><p class="script-none">スクリプトは利用できません。 :-(</p> <p class="script-initial-only">スクリプトはページを読み込んでいる間だけ有効です。残念。</p> <p class="script-enabled">スクリプトは有効です。 :-)</p> </pre> |