Skip to content

Commit c6fdc0c

Browse files
alkorlossvgeesus
authored andcommitted
[css-round-display-1] Fix spurious / in <img>
1 parent 836cd88 commit c6fdc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-round-display-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ If it have to be guaranteed that any part of the web page isn’t hidden, avoidi
300300
</pre>
301301

302302
<figure>
303-
<img src="images/viewport_fit_contain.png" alt="An image about the viewport applied to the bounding box specified with 'viewport-fit: contain'" style="width: 300px; text-align: center"/>
303+
<img src="images/viewport_fit_contain.png" alt="An image about the viewport applied to the bounding box specified with 'viewport-fit: contain'" style="width: 300px; text-align: center">
304304
<figcaption>
305305
With '<code>viewport-fit: contain</code>'
306306
</figcaption>
@@ -321,7 +321,7 @@ If it have to be guaranteed that any part of the web page isn’t hidden, avoidi
321321
</pre>
322322

323323
<figure>
324-
<img src="images/viewport_fit_cover.png" alt="An image about the viewport applied to the bounding box specified with 'viewport-fit: cover'" style="width: 300px; text-align: center"/>
324+
<img src="images/viewport_fit_cover.png" alt="An image about the viewport applied to the bounding box specified with 'viewport-fit: cover'" style="width: 300px; text-align: center">
325325
<figcaption>
326326
With '<code>viewport-fit: cover</code>'
327327
</figcaption>

0 commit comments

Comments
 (0)