aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/javascript/reference/global_objects/regexp/dotall
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/regexp/dotall')
-rw-r--r--files/ja/web/javascript/reference/global_objects/regexp/dotall/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/regexp/dotall/index.html b/files/ja/web/javascript/reference/global_objects/regexp/dotall/index.html
index b7e18ebf2d..e5401e360d 100644
--- a/files/ja/web/javascript/reference/global_objects/regexp/dotall/index.html
+++ b/files/ja/web/javascript/reference/global_objects/regexp/dotall/index.html
@@ -70,8 +70,6 @@ console.log(str2.replace(regex2,'')); // Output: bar
<h2 id="ブラウザーの互換性">ブラウザーの互換性</h2>
-<div class="hidden">The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</div>
-
<p>{{Compat("javascript.builtins.RegExp.dotAll")}}</p>
<h2 id="関連情報">関連情報</h2>