diff options
Diffstat (limited to 'files/ru/web/api/atob')
-rw-r--r-- | files/ru/web/api/atob/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/atob/index.html b/files/ru/web/api/atob/index.html index d6ef289622..e12ea166c1 100644 --- a/files/ru/web/api/atob/index.html +++ b/files/ru/web/api/atob/index.html @@ -29,7 +29,7 @@ var decodedData = window.atob(encodedData); // декодирует строку <h2 id="Совместимость_с_браузерами">Совместимость с браузерами</h2> -<p>{{Compat("api.WindowOrWorkerGlobalScope.atob")}}</p> +<p>{{Compat}}</p> <h2 id="Смотрите_также">Смотрите также</h2> |