Skip to content

Commit d25a24d

Browse files
committed
fix: createInfos() <p> bug
1 parent 1f4d504 commit d25a24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function createInfos([url, type, id, uploadDate, author]) {
5353
<div class="img__info">
5454
<p><b>Type:</b> ${type}</p>
5555
<p><b>ID:</b> ${id}</p>
56-
<p-+><b>Upload Date:</b> ${uploadDate}</p-+
56+
<p><b>Upload Date:</b> ${uploadDate}</p>
5757
5858
<p><b>Author:</b> ${author}</p>
5959
</div>`;

0 commit comments

Comments
 (0)