diff options
Diffstat (limited to 'files/pt-br/web/api/element/queryselectorall')
-rw-r--r-- | files/pt-br/web/api/element/queryselectorall/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/element/queryselectorall/index.html b/files/pt-br/web/api/element/queryselectorall/index.html index f34a01a25e..0e10be9f8c 100644 --- a/files/pt-br/web/api/element/queryselectorall/index.html +++ b/files/pt-br/web/api/element/queryselectorall/index.html @@ -106,7 +106,7 @@ var matches = el.querySelectorAll('div.highlighted > p'); </pre> <h2 id="Specification" name="Specification">Especificações</h2> <ul> - <li><a href="http://www.w3.org/TR/selectors-api/" title="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> + <li><a href="http://www.w3.org/TR/selectors-api/">Selectors API</a></li> </ul> <h2 id="See_also" name="See_also">Veja também</h2> |