aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/web/guide/html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-31 12:18:23 -0400
committerGitHub <noreply@github.com>2021-07-31 13:18:23 -0300
commit040852a09efb3bade338214269cb816209af5eab (patch)
treed75aa8cb837b526473830df433e4bfc2cbbbbb61 /files/pt-br/web/guide/html
parent0114a214791c357c3dd3fdde5fc47b9ca33796cc (diff)
downloadtranslated-content-040852a09efb3bade338214269cb816209af5eab.tar.gz
translated-content-040852a09efb3bade338214269cb816209af5eab.tar.bz2
translated-content-040852a09efb3bade338214269cb816209af5eab.zip
remove link 'title' attributes that's just the 'href' (pt-br) (#1738)
👍🏽
Diffstat (limited to 'files/pt-br/web/guide/html')
-rw-r--r--files/pt-br/web/guide/html/editable_content/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/guide/html/editable_content/index.html b/files/pt-br/web/guide/html/editable_content/index.html
index 74c41e4762..4a88aae602 100644
--- a/files/pt-br/web/guide/html/editable_content/index.html
+++ b/files/pt-br/web/guide/html/editable_content/index.html
@@ -46,7 +46,7 @@ original_slug: Web/Guide/HTML/Content_Editable
  &lt;/body&gt;
&lt;/html&gt; </pre>
-<p>Você pode ver o exemplo funcionando com com uma integração de JavaScript utilizando LocalStorage <a class="external" href="http://html5demos.com/contenteditable" title="http://html5demos.com/contenteditable">aqui</a>. Com a fonte <a href="http://html5demos.com/contenteditable#view-source">aqui</a>.</p>
+<p>Você pode ver o exemplo funcionando com com uma integração de JavaScript utilizando LocalStorage <a class="external" href="http://html5demos.com/contenteditable">aqui</a>. Com a fonte <a href="http://html5demos.com/contenteditable#view-source">aqui</a>.</p>
<h2 id="Veja_também">Veja também</h2>