Skip to content

Commit c21a1ff

Browse files
authored
Update index.html
1 parent 5bbaf94 commit c21a1ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

download-history/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ <h1>
441441
.then(response => response.text())
442442
.then(text => {
443443
document.getElementById("mdc").innerHTML = marked.parse(text);
444-
444+
});
445445

446446

447447
</script>

0 commit comments

Comments
 (0)