diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-06-21 10:14:26 -0400 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-22 00:53:02 +0800 |
commit | 5289f869c03040182fc69da3e05bc5288a3490bc (patch) | |
tree | 622e1f54367b307bce1981edaeb9d142722b9d97 /files/zh-cn/web/api/url | |
parent | 567f76d53b5d14e617a143ccbf66dbbcc9fbf93a (diff) | |
download | translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.tar.gz translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.tar.bz2 translated-content-5289f869c03040182fc69da3e05bc5288a3490bc.zip |
remove hidden bcd table paragraph from 'zh-cn'
Part of #1008
Diffstat (limited to 'files/zh-cn/web/api/url')
-rw-r--r-- | files/zh-cn/web/api/url/pathname/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/url/search/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/url/username/index.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/api/url/pathname/index.html b/files/zh-cn/web/api/url/pathname/index.html index cb761610f6..434628a321 100644 --- a/files/zh-cn/web/api/url/pathname/index.html +++ b/files/zh-cn/web/api/url/pathname/index.html @@ -48,7 +48,7 @@ var result = url.pathname; // Returns:"/en-US/docs/Web/API/URL/pathname" <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">该页面上的兼容性表是由结构化数据生成的。如果您想对数据做出贡献,请查看https://github.com/mdn/browser-compat-data,并向我们发送一个pull request。</div> + <p>{{Compat("api.URL.pathname")}}</p> diff --git a/files/zh-cn/web/api/url/search/index.html b/files/zh-cn/web/api/url/search/index.html index 7bbe118ad5..4969e2fd84 100644 --- a/files/zh-cn/web/api/url/search/index.html +++ b/files/zh-cn/web/api/url/search/index.html @@ -52,7 +52,7 @@ var queryString = url.search; // Returns:"?q=123" <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">该页面上的兼容性表是由结构化数据生成的。如果您想对数据做出贡献,请查看https://github.com/mdn/browser-compat-data,并向我们发送一个pull request。</div> + <p>{{Compat("api.URL.search")}}</p> diff --git a/files/zh-cn/web/api/url/username/index.html b/files/zh-cn/web/api/url/username/index.html index 9e49a28dce..d57967fc84 100644 --- a/files/zh-cn/web/api/url/username/index.html +++ b/files/zh-cn/web/api/url/username/index.html @@ -50,7 +50,7 @@ var user = url.username; // 返回:“anonymous” <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想为数据做出贡献,请查看https://github.com/mdn/browser-compat-data并向我们发送拉取请求。</div> + <p>{{Compat("api.URL.username")}}</p> |