Skip to content

Commit

Permalink
new unicode images
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Nov 16, 2024
1 parent 1260a0d commit 217c38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/html_templates.jl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ grading_partial = """
if(correct) {
msgBox.innerHTML = "<div class='pluto-output admonition note alert alert-success'> \
<span> 👍&nbsp; \
<span>&nbsp; \
{{#:CORRECT}}{{{:CORRECT}}}{{/:CORRECT}}{{^:CORRECT}}Correct{{/:CORRECT}} \
</span> \
</div>";
Expand All @@ -32,7 +32,7 @@ grading_partial = """
$(scorecard_correct_partial)
} else {
msgBox.innerHTML = "<div class='pluto-output admonition alert alert-danger'> \
<span>👎&nbsp; \
<span>Χ&nbsp; \
{{#:INCORRECT}}{{{:INCORRECT}}}{{/:INCORRECT}}{{^:INCORRECT}}Incorrect{{/:INCORRECT}} \
</span> \
</div>";
Expand Down

0 comments on commit 217c38e

Please sign in to comment.