diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:33:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:33:10 -0400 |
commit | a0187295debbfe75d4409f360ba7e0ff765ca2f3 (patch) | |
tree | cef7a50cd705e6751347178ac4ef4ca7bb32dcd2 /files/pl/web/css/webkit_extensions/index.html | |
parent | 9fb44756a5432219d159d6892341e0a9e0582bb2 (diff) | |
download | translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.gz translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.tar.bz2 translated-content-a0187295debbfe75d4409f360ba7e0ff765ca2f3.zip |
remove link 'title' attributes that's just the 'href' (pl) (#1736)
Diffstat (limited to 'files/pl/web/css/webkit_extensions/index.html')
-rw-r--r-- | files/pl/web/css/webkit_extensions/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/css/webkit_extensions/index.html b/files/pl/web/css/webkit_extensions/index.html index 113dac2881..997aefe29d 100644 --- a/files/pl/web/css/webkit_extensions/index.html +++ b/files/pl/web/css/webkit_extensions/index.html @@ -354,6 +354,6 @@ original_slug: Web/CSS/Rozszerzenia_WebKit <h2 id="Zobacz_również">Zobacz również</h2> <ul> - <li><a href="https://trac.webkit.org/wiki/Styling%20Form%20Controls" title="https://trac.webkit.org/wiki/Styling Form Controls">Styling Form Controls on the WebKit Trac</a></li> + <li><a href="https://trac.webkit.org/wiki/Styling%20Form%20Controls">Styling Form Controls on the WebKit Trac</a></li> <li>Rozszerzenia nie wymienione powyżej: <a href="https://gist.github.com/afabbro/3759334">https://gist.github.com/afabbro/3759334</a></li> </ul> |