Skip to content

Commit 6eb7ed8

Browse files
committed
1
1 parent 110c725 commit 6eb7ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/md_file/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
xmlhttp.onreadystatechange =
3232
function () {
3333
if (this.readyState == 4 && this.status == 200) {
34-
const html = marked.parse(markdown);
34+
const html = marked.parse(this.responseText);
3535
document.getElementById(markdown_view_id).innerHTML = html;
3636
}
3737
};

0 commit comments

Comments
 (0)