Skip to content

Commit

Permalink
fix: createInfos() <p> bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Banyuarfa committed Sep 11, 2024
1 parent 1f4d504 commit d25a24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function createInfos([url, type, id, uploadDate, author]) {
<div class="img__info">
<p><b>Type:</b> ${type}</p>
<p><b>ID:</b> ${id}</p>
<p-+><b>Upload Date:</b> ${uploadDate}</p-+
<p><b>Upload Date:</b> ${uploadDate}</p>
<p><b>Author:</b> ${author}</p>
</div>`;
Expand Down

0 comments on commit d25a24d

Please sign in to comment.