diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-07 12:38:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:38:45 -0400 |
commit | 6eeb93afaa54a4d10aa06b683584d99683e5fae1 (patch) | |
tree | 441f0eb8c2f8a3130e6fd3c41afe343fa715b874 /files/de/web/api | |
parent | 9300e1df2b85949be1c0e858e7436c51bd1612da (diff) | |
download | translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.gz translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.tar.bz2 translated-content-6eeb93afaa54a4d10aa06b683584d99683e5fae1.zip |
remove wiki.developer.mozilla.org links (de) (#1441)
Part of #1440
Diffstat (limited to 'files/de/web/api')
-rw-r--r-- | files/de/web/api/htmltableelement/insertrow/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/api/htmltableelement/insertrow/index.html b/files/de/web/api/htmltableelement/insertrow/index.html index 869d185b98..8db5903f8c 100644 --- a/files/de/web/api/htmltableelement/insertrow/index.html +++ b/files/de/web/api/htmltableelement/insertrow/index.html @@ -21,7 +21,7 @@ let zeile = bestimmter_tbody.insertRow(index)</pre> <div class="blockIndicator note"> -<p><strong>Anmerkung:</strong> <code>insertRow()</code> fügt die Zeile direkt in die Tabelle ein. Die Zeile muss nicht eigens hinzugefügt werden, wie man es tun müsste, wenn man das <code><tr></code> Element mittels <a href="https://wiki.developer.mozilla.org/de/docs/Web/API/Document/createElement"><code>Document.createElement()</code></a> erzeugt hätte.</p> +<p><strong>Anmerkung:</strong> <code>insertRow()</code> fügt die Zeile direkt in die Tabelle ein. Die Zeile muss nicht eigens hinzugefügt werden, wie man es tun müsste, wenn man das <code><tr></code> Element mittels <a href="/de/docs/Web/API/Document/createElement"><code>Document.createElement()</code></a> erzeugt hätte.</p> </div> <h2 id="Syntax">Syntax</h2> |