diff options
Diffstat (limited to 'files/zh-cn/web/api/document/title')
-rw-r--r-- | files/zh-cn/web/api/document/title/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/document/title/index.html b/files/zh-cn/web/api/document/title/index.html index 3f8c887b65..40056fafe2 100644 --- a/files/zh-cn/web/api/document/title/index.html +++ b/files/zh-cn/web/api/document/title/index.html @@ -38,5 +38,5 @@ alert(document.title); // 显示 "Goodbye World!" <h2 id="Specification" name="Specification">规范</h2> <ul> <li><a class="external" href="http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-18446827">DOM Level 2 HTML: document.title</a></li> - <li><a class="external" href="http://www.whatwg.org/html/#document.title" title="http://www.whatwg.org/html/#document.title">HTML5</a></li> + <li><a class="external" href="http://www.whatwg.org/html/#document.title">HTML5</a></li> </ul> |