Skip to content

Commit 9fa9b4f

Browse files
authored
Add space to hint title (#104)
1 parent fe0e7fe commit 9fa9b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/challenge.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3 class="challenge-value text-center">
8080
{% else %}
8181
<details @toggle="showHint(event)">
8282
{% if hint.title %}
83-
<summary>{{ hint.title }}(Cost: {{ hint.cost }} point{{ hint.cost|pluralize }})</summary>
83+
<summary>{{ hint.title }} (Cost: {{ hint.cost }} point{{ hint.cost|pluralize }})</summary>
8484
{% else %}
8585
<summary>Unlock Hint for {{ hint.cost }} point{{ hint.cost|pluralize }}</summary>
8686
{% endif %}

0 commit comments

Comments
 (0)