Skip to content

Commit 7a1ee3a

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

script.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ function createInfos([url, type, id, uploadDate, author]) {
5454
<p><b>Type:</b> ${type}</p>
5555
<p><b>ID:</b> ${id}</p>
5656
<p><b>Upload Date:</b> ${uploadDate}</p>
57-
5857
<p><b>Author:</b> ${author}</p>
5958
</div>`;
6059
}

0 commit comments

Comments
 (0)