diff --git a/template/src/oj/contest/contest_problem.html b/template/src/oj/contest/contest_problem.html index 4cf7e3b2..a42b8ad3 100644 --- a/template/src/oj/contest/contest_problem.html +++ b/template/src/oj/contest/contest_problem.html @@ -23,7 +23,7 @@
-

{{ contest_problem.description|safe }}

+
{{ contest_problem.description|safe }}
@@ -62,7 +62,7 @@
-

{{ contest_problem.hint|safe }}

+
{{ contest_problem.hint|safe }}
{% endif %} diff --git a/template/src/oj/problem/problem.html b/template/src/oj/problem/problem.html index 2efd86ad..00b4ce7d 100644 --- a/template/src/oj/problem/problem.html +++ b/template/src/oj/problem/problem.html @@ -13,7 +13,7 @@
-

{{ problem.description|safe }}

+
{{ problem.description|safe }}
@@ -46,7 +46,7 @@
-

{{ problem.hint|safe }}

+
{{ problem.hint|safe }}
{% endif %}