Skip to content

Commit 46ed280

Browse files
authored
Update reinfo.php
1 parent f65e1e4 commit 46ed280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/template/syzoj/reinfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function explain(){
120120
headerIds: false
121121
});
122122
$("#errtxt").each(function(){
123-
$(this).html(marked.parse($(this).html()));
123+
$(this).html(marked.parse($(this).text()));
124124
});
125125
// adding note for ```input1 ```output1 in description
126126
for(let i=1;i<10;i++){

0 commit comments

Comments
 (0)