We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4d504 commit d25a24dCopy full SHA for d25a24d
script.js
@@ -53,7 +53,7 @@ function createInfos([url, type, id, uploadDate, author]) {
53
<div class="img__info">
54
<p><b>Type:</b> ${type}</p>
55
<p><b>ID:</b> ${id}</p>
56
- <p-+><b>Upload Date:</b> ${uploadDate}</p-+
+ <p><b>Upload Date:</b> ${uploadDate}</p>
57
58
<p><b>Author:</b> ${author}</p>
59
</div>`;
0 commit comments