diff options
Diffstat (limited to 'files/ru/web/api/element/queryselectorall/index.html')
-rw-r--r-- | files/ru/web/api/element/queryselectorall/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/element/queryselectorall/index.html b/files/ru/web/api/element/queryselectorall/index.html index 5789bbc376..8f63c8f72a 100644 --- a/files/ru/web/api/element/queryselectorall/index.html +++ b/files/ru/web/api/element/queryselectorall/index.html @@ -57,7 +57,7 @@ var matches = el.querySelectorAll('div.highlighted > p'); <h2 id="Specification" name="Specification">Ссылки на спецификации</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">Смотрите также</h2> |