Skip to content

Commit 62ef5a8

Browse files
committed
空格变nbsp
1 parent 64f5138 commit 62ef5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkessay.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function show_check_results(only_unusual = false)
5454
</div>
5555
5656
</div>
57-
<div class="div_orig_char">${escapeHtml(essayChar)}</div>
57+
<div class="div_orig_char">${essayChar != ' ' ? escapeHtml(essayChar) : '&nbsp' }</div>
5858
</div>
5959
<rt></rt>
6060
</ruby>

0 commit comments

Comments
 (0)