Skip to content

Commit bb0a6a3

Browse files
committed
added space before / in self closing img tags
1 parent 8358b29 commit bb0a6a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h2>Images Attribution</h2>
426426
<li>
427427
<article>
428428
<figure>
429-
<img src="PATH/TO/image.png"/>
429+
<img src="PATH/TO/image.png" />
430430
<span class="attribution">attribution here</span>
431431
</figure>
432432
</article>

specimen/contexts/home-index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h2>The nonprofit behind the licenses and tools the world uses to share</h2>
112112
<ul>
113113
<li>
114114
<figure>
115-
<img src="imgs/home.jpg"/>
115+
<img src="imgs/home.jpg" />
116116
<figcaption>
117117
"<a href="https://www.loc.gov/pictures/item/2017786790/">Farmer and his brother making music</a>" by
118118
<a href="https://www.loc.gov/pictures/related/?fi=name&q=Lee%2C%20Russell%2C%201903-1986">Russell Lee</a>,

0 commit comments

Comments
 (0)