Skip to content

Commit e18537f

Browse files
alkorlosfantasai
authored andcommitted
[css-logical-1] Fix spurious / in <img>
1 parent 77bb735 commit e18537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-logical-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Introduction</h2>
6262
that works across different writing systems:
6363

6464
<figure>
65-
<img src="./images/example01.png" width="300" height="109" />
65+
<img src="./images/example01.png" width="300" height="109">
6666
<figcaption>Rendering of the below code in a compatible browser</figcaption>
6767
</figure>
6868

0 commit comments

Comments
 (0)