diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/ja/conflicting/tools | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/ja/conflicting/tools')
-rw-r--r-- | files/ja/conflicting/tools/page_inspector/ui_tour/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/conflicting/tools/page_inspector/ui_tour/index.html b/files/ja/conflicting/tools/page_inspector/ui_tour/index.html index e872753d82..0b7781f012 100644 --- a/files/ja/conflicting/tools/page_inspector/ui_tour/index.html +++ b/files/ja/conflicting/tools/page_inspector/ui_tour/index.html @@ -5,7 +5,7 @@ translation_of: Tools/Page_Inspector/UI_Tour translation_of_original: Tools/Page_Inspector/HTML_panel original_slug: Tools/Page_Inspector/HTML_panel --- -<div>{{ToolsSidebar}}</div><p>{{ fx_minversion_header("10.0") }}</p> +<div>{{ToolsSidebar}}</div> <p>ページ調査ツールの HTML パネルでは、調査ツールで現在選択している要素の HTML 構文を周囲の HTML と共に閲覧することができますので、その要素を生成する文脈を見ることができます。これはサイトのデバッグや、特定のレイアウトがどのように作られているかの学習に役立ちます。</p> |