diff options
Diffstat (limited to 'files/es/web/api/document/head/index.html')
-rw-r--r-- | files/es/web/api/document/head/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/es/web/api/document/head/index.html b/files/es/web/api/document/head/index.html index a135b5cf3e..54812bba7e 100644 --- a/files/es/web/api/document/head/index.html +++ b/files/es/web/api/document/head/index.html @@ -79,5 +79,5 @@ alert( document.head === document.querySelector("head") ); // true <h2 id="Specification" name="Specification">Especificación</h2> <ul> - <li><a href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors" title="http://www.w3.org/TR/html5/dom.html#dom-document-head">HTML5: DOM Tree Accessors</a></li> + <li><a href="http://www.w3.org/TR/html5/dom.html#dom-tree-accessors">HTML5: DOM Tree Accessors</a></li> </ul> |