diff options
author | alexanderhess <Hess.alexander1@web.de> | 2021-03-20 17:05:44 +0100 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:13:17 +0800 |
commit | 7b0a9005b4a54ff06797ef5b87975d249f98e564 (patch) | |
tree | e1f2f0f69ea7a6d3d2cd0328fe7841a7c2490529 | |
parent | 841aae260382e2bf5ebb44d765d8c7301d27caab (diff) | |
download | translated-content-7b0a9005b4a54ff06797ef5b87975d249f98e564.tar.gz translated-content-7b0a9005b4a54ff06797ef5b87975d249f98e564.tar.bz2 translated-content-7b0a9005b4a54ff06797ef5b87975d249f98e564.zip |
Fixes #143 Removed the whitespaces
-rw-r--r-- | files/zh-cn/web/api/domparser/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/domparser/index.html b/files/zh-cn/web/api/domparser/index.html index 6185aa0581..c60486cfc8 100644 --- a/files/zh-cn/web/api/domparser/index.html +++ b/files/zh-cn/web/api/domparser/index.html @@ -24,7 +24,7 @@ translation_of: Web/API/DOMParser <h2 id="语法">语法</h2> -<pre class="brush: js">let <em>domparser </em>= new DOMParser();</pre> +<pre class="brush: js">let <em>domparser</em> = new DOMParser();</pre> <h2 class="brush: js" id="方法">方法</h2> |