diff options
author | Peter Bengtsson <mail@peterbe.com> | 2021-07-27 11:32:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 11:32:55 -0400 |
commit | 9fb44756a5432219d159d6892341e0a9e0582bb2 (patch) | |
tree | fa6d49a8623c736a96f644d69c86d958b778664c /files/de/web/css/font | |
parent | f223964e7c5c62237914625780565de982015f04 (diff) | |
download | translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.gz translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.tar.bz2 translated-content-9fb44756a5432219d159d6892341e0a9e0582bb2.zip |
remove link 'title' attributes that's just the 'href' (de) (#1735)
Diffstat (limited to 'files/de/web/css/font')
-rw-r--r-- | files/de/web/css/font/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/de/web/css/font/index.html b/files/de/web/css/font/index.html index 6e0fecf56b..476a00ddc5 100644 --- a/files/de/web/css/font/index.html +++ b/files/de/web/css/font/index.html @@ -164,7 +164,7 @@ p { font: status-bar } <ul> <li><a class="external" href="http://www.w3.org/TR/css3-ui/#system0" lang="en">CSS 3 UI #System fonts</a></li> - <li><a class="external" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" lang="en" title="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand">CSS 2.1 Fonts #font</a></li> + <li><a class="external" href="http://www.w3.org/TR/CSS21/fonts.html#font-shorthand" lang="en">CSS 2.1 Fonts #font</a></li> </ul> <h2 id="Siehe_auch">Siehe auch</h2> |