We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0e7fe commit 9fa9b4fCopy full SHA for 9fa9b4f
templates/challenge.html
@@ -80,7 +80,7 @@ <h3 class="challenge-value text-center">
80
{% else %}
81
<details @toggle="showHint(event)">
82
{% if hint.title %}
83
- <summary>{{ hint.title }}(Cost: {{ hint.cost }} point{{ hint.cost|pluralize }})</summary>
+ <summary>{{ hint.title }} (Cost: {{ hint.cost }} point{{ hint.cost|pluralize }})</summary>
84
85
<summary>Unlock Hint for {{ hint.cost }} point{{ hint.cost|pluralize }}</summary>
86
{% endif %}
0 commit comments