diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-08-02 11:26:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-02 12:26:13 -0300 |
commit | 6e961125c89cdc8c3f644bff485254b3b4afee67 (patch) | |
tree | 161cec441e519623173c5ecb7068ca6cecc18974 /files/pt-br/web/api/touch_events | |
parent | 5163b0ac5f836de388b6395fdbdc3605aa9ff422 (diff) | |
download | translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.gz translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.tar.bz2 translated-content-6e961125c89cdc8c3f644bff485254b3b4afee67.zip |
remove link 'title' attributes that's just the 'href' (pt-br, part 3) (#1843)
Diffstat (limited to 'files/pt-br/web/api/touch_events')
-rw-r--r-- | files/pt-br/web/api/touch_events/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pt-br/web/api/touch_events/index.html b/files/pt-br/web/api/touch_events/index.html index aae3d34487..d6ac87976a 100644 --- a/files/pt-br/web/api/touch_events/index.html +++ b/files/pt-br/web/api/touch_events/index.html @@ -249,7 +249,7 @@ Log: <pre id="log" style="border: 1px solid #ccc;"></pre> <p>If your browser supports it, you can {{ LiveSampleLink('Example', 'see it live') }}.</p> -<p><a href="http://jsfiddle.net/Darbicus/z3Xdx/10/" title="http://jsfiddle.net/Darbicus/z3Xdx/10/">jsFiddle example</a></p> +<p><a href="http://jsfiddle.net/Darbicus/z3Xdx/10/">jsFiddle example</a></p> <h2 id="Additional_tips">Additional tips</h2> |