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 d25a24d commit 7a1ee3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function createInfos([url, type, id, uploadDate, author]) {
<p><b>Type:</b> ${type}</p>
<p><b>ID:</b> ${id}</p>
<p><b>Upload Date:</b> ${uploadDate}</p>
<p><b>Author:</b> ${author}</p>
</div>`;
}
Expand Down

0 comments on commit 7a1ee3a

Please sign in to comment.