Skip to content

Commit 790b3b3

Browse files
lovasoaJonathan Neal
authored andcommitted
Fix markdown syntax (#662)
1 parent 91f668b commit 790b3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ browsers. [Source](https://gist.github.com/413930).
7676

7777
Adding `overflow: hidden` fixes IE9's SVG rendering. Earlier versions of IE
7878
don't support SVG, so we can safely use the `:not()` and `:root` selectors that
79-
modern browsers use in the default UA stylesheets to apply this style. [Source]
80-
(https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html).
79+
modern browsers use in the default UA stylesheets to apply this style.
80+
[Source](https://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0339.html).
8181

8282
#### `select`
8383

0 commit comments

Comments
 (0)