aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/web/api/fullscreen_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/web/api/fullscreen_api/index.html')
-rw-r--r--files/zh-tw/web/api/fullscreen_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/fullscreen_api/index.html b/files/zh-tw/web/api/fullscreen_api/index.html
index 881d22bbac..42e1ab1ee8 100644
--- a/files/zh-tw/web/api/fullscreen_api/index.html
+++ b/files/zh-tw/web/api/fullscreen_api/index.html
@@ -61,7 +61,7 @@ if (elem.requestFullscreen) {
<h2 id="離開全螢幕模式">離開全螢幕模式</h2>
-<p>使用者永遠可以自行離開全螢幕模式,詳見 {{ anch("Things your users want to know") }}。您也可以呼叫 {{domxref("Document.exitFullscreen()")}} 方法來達到相同效果。</p>
+<p>使用者永遠可以自行離開全螢幕模式,詳見 <a href="#things_your_users_want_to_know">Things your users want to know</a>。您也可以呼叫 {{domxref("Document.exitFullscreen()")}} 方法來達到相同效果。</p>
<h2 id="其他資訊">其他資訊</h2>