Skip to content

Commit 0f59e75

Browse files
undefined-moevmcj
authored andcommitted
ui: problem_list: fix line break
1 parent 83d5836 commit 0f59e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/templates/partials/problem_list.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
data-bs-toggle="tooltip"
9595
data-placement="top"
9696
data-html="true"
97-
title="Between {{ stat.start.timestamp | printtime(null, contest) }} and {{ stat.end.timestamp | printtime(null, contest) }}:<br/>{{ label }}">
97+
title="Between {{ stat.start.timestamp | printtime(null, contest) }} and {{ stat.end.timestamp | printtime(null, contest) }}:{{ '\n' }}{{ label }}">
9898
</div>
9999
{% endfor %}
100100
</div>

0 commit comments

Comments
 (0)