diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-03-20 18:32:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:32:06 -0700 |
commit | dd970ebde4659015cacb03f3cec08ba3662f76b7 (patch) | |
tree | 22fce3103c66822def150bdcd5934b143ce775cd /files/pl/web/api/document/index.html | |
parent | 42fa0779cb86e303db29e3603901b000523173cf (diff) | |
download | translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.gz translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.tar.bz2 translated-content-dd970ebde4659015cacb03f3cec08ba3662f76b7.zip |
remove fx_minversion_inline macro calls (#258)
Diffstat (limited to 'files/pl/web/api/document/index.html')
-rw-r--r-- | files/pl/web/api/document/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/pl/web/api/document/index.html b/files/pl/web/api/document/index.html index a5aa06d6dd..6ebf189595 100644 --- a/files/pl/web/api/document/index.html +++ b/files/pl/web/api/document/index.html @@ -86,7 +86,7 @@ translation_of: Web/API/Document </dl> <dl> - <dt><a href="pl/DOM/document.documentURIObject">document.documentURIObject</a> {{ Fx_minversion_inline(3) }}</dt> + <dt><a href="pl/DOM/document.documentURIObject">document.documentURIObject</a></dt> <dd>Zwraca obiekt nsIURI reprezentujący URI dokumentu. Własność ta jest wspomagana wyłącznie z kodu JavaScriptu.</dd> </dl> @@ -289,7 +289,7 @@ translation_of: Web/API/Document <dl> <dt><a href="/pl/DOM/document.loadOverlay" title="pl/DOM/document.loadOverlay">document.loadOverlay</a></dt> - <dd>{{ Fx_minversion_inline(1.5) }} Laduje <a href="/pl/Nakladki_XUL" title="pl/Nakladki_XUL">nakladke XUL</a>. Dziala to tylko w dokumentach XUL.</dd> + <dd>Laduje <a href="/pl/Nakladki_XUL" title="pl/Nakladki_XUL">nakladke XUL</a>. Dziala to tylko w dokumentach XUL.</dd> </dl> <dl> |