aboutsummaryrefslogtreecommitdiff
path: root/files/de
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-19 11:00:46 -0400
committerGitHub <noreply@github.com>2021-08-19 11:00:46 -0400
commitf18dcae78c88f29bf1e79c014621d45097e38999 (patch)
tree31701f963270209994b629a4e6e483aae4de6327 /files/de
parent4ff8d748f719857be138e95b00adbf9783688753 (diff)
downloadtranslated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.gz
translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.tar.bz2
translated-content-f18dcae78c88f29bf1e79c014621d45097e38999.zip
correct to Quick_links (not Quick_Links) (#2138)
Diffstat (limited to 'files/de')
-rw-r--r--files/de/glossary/crawler/index.html2
-rw-r--r--files/de/glossary/flexbox/index.html2
-rw-r--r--files/de/glossary/graceful_degradation/index.html2
-rw-r--r--files/de/glossary/gzip_compression/index.html2
-rw-r--r--files/de/glossary/iife/index.html2
-rw-r--r--files/de/glossary/local_variable/index.html2
-rw-r--r--files/de/glossary/progressive_enhancement/index.html2
-rw-r--r--files/de/glossary/type/index.html2
-rw-r--r--files/de/glossary/type_conversion/index.html2
-rw-r--r--files/de/glossary/user_agent/index.html2
-rw-r--r--files/de/glossary/webm/index.html2
-rw-r--r--files/de/glossary/webp/index.html2
-rw-r--r--files/de/glossary/wrapper/index.html2
-rw-r--r--files/de/mozilla/firefox/releases/3/updating_extensions/index.html2
-rw-r--r--files/de/web/accessibility/index.html2
-rw-r--r--files/de/web/css/css_grid_layout/index.html2
-rw-r--r--files/de/web/css/gap/index.html2
-rw-r--r--files/de/web/css/grid-template-areas/index.html2
-rw-r--r--files/de/web/css/grid/index.html2
-rw-r--r--files/de/web/javascript/reference/global_objects/webassembly/index.html2
20 files changed, 18 insertions, 22 deletions
diff --git a/files/de/glossary/crawler/index.html b/files/de/glossary/crawler/index.html
index df3fd9db4b..49dffae66c 100644
--- a/files/de/glossary/crawler/index.html
+++ b/files/de/glossary/crawler/index.html
@@ -11,7 +11,7 @@ translation_of: Glossary/Crawler
<li>{{Interwiki("wikipedia", "Webcrawler")}} auf Wikipedia</li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a>
diff --git a/files/de/glossary/flexbox/index.html b/files/de/glossary/flexbox/index.html
index 1065338721..51175bfd1d 100644
--- a/files/de/glossary/flexbox/index.html
+++ b/files/de/glossary/flexbox/index.html
@@ -46,7 +46,7 @@ translation_of: Glossary/Flexbox
<li>CSS Flexbox Guide: <em><a href="/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Typical_Use_Cases_of_Flexbox">Typical use cases of flexbox</a></em></li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a>
diff --git a/files/de/glossary/graceful_degradation/index.html b/files/de/glossary/graceful_degradation/index.html
index 9116aa8bfb..e40f583b5a 100644
--- a/files/de/glossary/graceful_degradation/index.html
+++ b/files/de/glossary/graceful_degradation/index.html
@@ -23,7 +23,7 @@ translation_of: Glossary/Graceful_degradation
<li>{{Interwiki("wikipedia", "Graceful degradation")}} auf Wikipedia</li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ul>
<li><a href="/de/docs/Glossary">Glossar</a>
diff --git a/files/de/glossary/gzip_compression/index.html b/files/de/glossary/gzip_compression/index.html
index 406b66c303..ce7148f7be 100644
--- a/files/de/glossary/gzip_compression/index.html
+++ b/files/de/glossary/gzip_compression/index.html
@@ -17,7 +17,7 @@ translation_of: Glossary/GZip_compression
<li><a href="https://de.wikipedia.org/wiki/Gzip">Gzip auf Wikipedia</a></li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ul>
<li>
<details><summary><a href="/en-US/docs/Glossary">MDN Glossary</a></summary> {{ListSubpages("/en-US/docs/Glossary")}}</details>
diff --git a/files/de/glossary/iife/index.html b/files/de/glossary/iife/index.html
index 22ca4b8818..4f49e8f694 100644
--- a/files/de/glossary/iife/index.html
+++ b/files/de/glossary/iife/index.html
@@ -36,7 +36,7 @@ aName // throws "Uncaught ReferenceError: aName is not defined"
// Immediately creates the output:
result; // "Barry"</pre>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li>Mehr darüber erfahren
<ol>
diff --git a/files/de/glossary/local_variable/index.html b/files/de/glossary/local_variable/index.html
index d0fcecb97b..ab79186796 100644
--- a/files/de/glossary/local_variable/index.html
+++ b/files/de/glossary/local_variable/index.html
@@ -18,7 +18,7 @@ function fun(){
}
</pre>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li>General knowledge
<ol>
diff --git a/files/de/glossary/progressive_enhancement/index.html b/files/de/glossary/progressive_enhancement/index.html
index 624a77649c..eecee8977e 100644
--- a/files/de/glossary/progressive_enhancement/index.html
+++ b/files/de/glossary/progressive_enhancement/index.html
@@ -23,7 +23,7 @@ translation_of: Glossary/Progressive_Enhancement
<li>{{Interwiki("wikipedia", "Progressive Verbesserung")}} auf Wikipedia</li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ul>
<li><a href="/de/docs/Glossary">Glossar</a>
diff --git a/files/de/glossary/type/index.html b/files/de/glossary/type/index.html
index 09a772b7d4..0aee277a07 100644
--- a/files/de/glossary/type/index.html
+++ b/files/de/glossary/type/index.html
@@ -14,7 +14,7 @@ original_slug: Glossary/Typ
<p>Der Typ eines Wertes bestimmt außerdem, welche Arten von Operationen damit zulässig sind. Z.B. können Zahlen nur mit Zahlen multipliziert werden, nicht aber mit Strings oder Booleans. Dieses Wissen ist auch nützlich für den Vergleich von Typen. Denn neben <a href="/de/docs/Web/JavaScript/Datenstrukturen#Primitive_Werte">Primitiven Werten</a> gibt es auch <a href="/de/docs/Web/JavaScript/Datenstrukturen#Objekte">strukturierte Datentypen</a> wie Objekte.</p>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li>{{Interwiki("wikipedia", "Datentyp auf Wikipedia")}}</li>
<li><a href="/de/docs/Web/JavaScript/Inheritance_and_the_prototype_chain">Vererbung und Prototypen</a></li>
diff --git a/files/de/glossary/type_conversion/index.html b/files/de/glossary/type_conversion/index.html
index 39202e3f1d..e3267b4b88 100644
--- a/files/de/glossary/type_conversion/index.html
+++ b/files/de/glossary/type_conversion/index.html
@@ -23,7 +23,7 @@ var b = Number("0x11");
<p>(b) Der String <code>0x11</code> wird explizit in die Ganzzahl <code>17</code> umgewandelt.</p>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/de/docs/Glossary">Glossar</a>
diff --git a/files/de/glossary/user_agent/index.html b/files/de/glossary/user_agent/index.html
index bcf4374e8a..6a6436386c 100644
--- a/files/de/glossary/user_agent/index.html
+++ b/files/de/glossary/user_agent/index.html
@@ -34,7 +34,7 @@ translation_of: Glossary/User_agent
<li>{{RFC(2616, "14.43")}}: The <code>User-Agent</code> header</li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a>
diff --git a/files/de/glossary/webm/index.html b/files/de/glossary/webm/index.html
index 4da68d24c7..f910fc066f 100644
--- a/files/de/glossary/webm/index.html
+++ b/files/de/glossary/webm/index.html
@@ -16,7 +16,7 @@ translation_of: Glossary/webm
<li>{{interwiki("wikipedia", "WebM")}} auf Wikipedia</li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ul>
<li><a href="/de/docs/Glossary">Glossar</a>
diff --git a/files/de/glossary/webp/index.html b/files/de/glossary/webp/index.html
index 852e6ca068..614ed8c566 100644
--- a/files/de/glossary/webp/index.html
+++ b/files/de/glossary/webp/index.html
@@ -16,7 +16,7 @@ translation_of: Glossary/webp
<li>{{interwiki("wikipedia", "WebP")}} auf Wikipedia</li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ul>
<li><a href="/de/docs/Glossary">Glossar</a>
diff --git a/files/de/glossary/wrapper/index.html b/files/de/glossary/wrapper/index.html
index 2dfd58a2c3..e2d0698849 100644
--- a/files/de/glossary/wrapper/index.html
+++ b/files/de/glossary/wrapper/index.html
@@ -16,7 +16,7 @@ translation_of: Glossary/Wrapper
<p>{{Interwiki("wikipedia", "Wrapper function")}} on Wikipedia</p>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Glossary">MDN Web Docs Glossary</a>
diff --git a/files/de/mozilla/firefox/releases/3/updating_extensions/index.html b/files/de/mozilla/firefox/releases/3/updating_extensions/index.html
index 8d95c681f7..a504bb948a 100644
--- a/files/de/mozilla/firefox/releases/3/updating_extensions/index.html
+++ b/files/de/mozilla/firefox/releases/3/updating_extensions/index.html
@@ -6,7 +6,7 @@ tags:
translation_of: Mozilla/Firefox/Releases/3/Updating_extensions
original_slug: Erweiterungen_für_Firefox_3_aktualisieren
---
-<div><section class="Quick_links" id="Quick_Links">
+<div><section id="Quick_links">
<ol>
<li class="toggle">
<details>
diff --git a/files/de/web/accessibility/index.html b/files/de/web/accessibility/index.html
index c078419595..b3743b8339 100644
--- a/files/de/web/accessibility/index.html
+++ b/files/de/web/accessibility/index.html
@@ -74,5 +74,3 @@ original_slug: Web/Barrierefreiheit
<li><a href="/en-US/docs/Web/Guide" title="REDIRECT Web">Developer guides</a></li>
<li><a href="/en-US/docs/Mozilla/Accessibility" title="Accessibility is the idea that software (among other things) should be designed to be usable and, as much as possible, convenient to use for people with disabilities. Mozilla strives to make its software accessible; the documents below cover the ways in which we do so.">Accessibility and Mozilla</a></li>
</ul>
-
-<section id="Quick_Links"></section>
diff --git a/files/de/web/css/css_grid_layout/index.html b/files/de/web/css/css_grid_layout/index.html
index d5e810da8e..973301c065 100644
--- a/files/de/web/css/css_grid_layout/index.html
+++ b/files/de/web/css/css_grid_layout/index.html
@@ -193,7 +193,7 @@ translation_of: Web/CSS/CSS_Grid_Layout
</tbody>
</table>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Web/CSS"><strong>CSS</strong></a></li>
<li><a href="/en-US/docs/Web/CSS/Reference"><strong>CSS Reference</strong></a></li>
diff --git a/files/de/web/css/gap/index.html b/files/de/web/css/gap/index.html
index 8fbab40969..12d3fa49e2 100644
--- a/files/de/web/css/gap/index.html
+++ b/files/de/web/css/gap/index.html
@@ -122,7 +122,7 @@ grid-gap: unset;
<li>Grid Layout Guide: <em><a href="/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout#Gutters">Basic concepts of grid layout - Gutters</a></em></li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Web/CSS"><strong>CSS</strong></a></li>
<li><a href="/en-US/docs/Web/CSS/Reference"><strong>CSS Reference</strong></a></li>
diff --git a/files/de/web/css/grid-template-areas/index.html b/files/de/web/css/grid-template-areas/index.html
index fe40894d2b..c800b19390 100644
--- a/files/de/web/css/grid-template-areas/index.html
+++ b/files/de/web/css/grid-template-areas/index.html
@@ -135,7 +135,7 @@ grid-template-areas: unset;
<li>Video Tutorial: <em><a href="http://gridbyexample.com/video/grid-template-areas/">Grid Template Areas</a></em></li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Web/CSS"><strong>CSS</strong></a></li>
<li><a href="/en-US/docs/Web/CSS/Reference"><strong>CSS Reference</strong></a></li>
diff --git a/files/de/web/css/grid/index.html b/files/de/web/css/grid/index.html
index aee6a296fe..649b0f3ccb 100644
--- a/files/de/web/css/grid/index.html
+++ b/files/de/web/css/grid/index.html
@@ -127,7 +127,7 @@ grid: unset;
<li>Verwandte CSS-Eigenschaften: {{cssxref("grid-template")}}, {{cssxref("grid-template-rows")}}, {{cssxref("grid-template-columns")}}, {{cssxref("grid-template-areas")}}, {{cssxref("grid-auto-columns")}}, {{cssxref("grid-auto-rows")}}, {{cssxref("grid-auto-flow")}}</li>
</ul>
-<section class="Quick_links" id="Quick_Links">
+<section id="Quick_links">
<ol>
<li><a href="/en-US/docs/Web/CSS"><strong>CSS</strong></a></li>
<li><strong><a href="/en-US/docs/Web/CSS/Reference">CSS-Referenz</a></strong></li>
diff --git a/files/de/web/javascript/reference/global_objects/webassembly/index.html b/files/de/web/javascript/reference/global_objects/webassembly/index.html
index 4681f473fd..f02c065588 100644
--- a/files/de/web/javascript/reference/global_objects/webassembly/index.html
+++ b/files/de/web/javascript/reference/global_objects/webassembly/index.html
@@ -107,5 +107,3 @@ WebAssembly.instantiateStreaming(fetch('simple.wasm'), importObject)
<li><a href="/en-US/docs/WebAssembly/Concepts">WebAssembly concepts</a></li>
<li><a href="/en-US/docs/WebAssembly/Using_the_JavaScript_API">Using the WebAssembly JavaScript API</a></li>
</ul>
-
-<section id="Quick_Links"> </section>