Skip to content

Commit d0e01fa

Browse files
cubercslmeisterT
authored andcommitted
Revert "ui: problem_list: fix line break"
This reverts commit 7b48be5.
1 parent cc3271e commit d0e01fa

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) }}:{{ '\n' }}{{ label }}">
97+
title="Between {{ stat.start.timestamp | printtime(null, contest) }} and {{ stat.end.timestamp | printtime(null, contest) }}:<br/>{{ label }}">
9898
</div>
9999
{% endfor %}
100100
</div>

0 commit comments

Comments
 (0)