From 13b7a84c8f295ca2682dfa5e6ef33db9ecbb2043 Mon Sep 17 00:00:00 2001 From: "sxw@401" Date: Tue, 8 Sep 2015 10:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A2=98=E7=9B=AE,=E6=AF=94?= =?UTF-8?q?=E8=B5=9B=E9=A2=98=E7=9B=AE=E5=88=97=E8=A1=A8=E9=87=8C=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E5=92=8C=E6=8F=90=E7=A4=BA=E7=9A=84=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=8C=85=E8=A3=B9=E5=9C=A8=20problem-detail?= =?UTF-8?q?=E9=87=8C=E7=9A=84=E9=97=AE=E9=A2=98,=E5=AE=9E=E9=99=85?= =?UTF-8?q?=E4=B8=8A=E6=BA=90=E4=BB=A3=E7=A0=81=E9=87=8C=E4=BB=96=E4=BB=AC?= =?UTF-8?q?=E8=A2=AB=E5=8C=85=E8=A3=B9=E5=9C=A8=E9=87=8C=E4=BD=86=E6=98=AF=E5=AE=9E=E9=99=85=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E7=9A=84=E5=8D=B4=E6=98=AF=E5=9C=A8=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=A4=96=E9=83=A8,=E4=B8=8D=E7=90=86=E8=A7=A3.=E6=8A=8Ap?= =?UTF-8?q?=E6=94=B9=E6=88=90div=E5=B0=B1=E5=A5=BD=E4=BA=86~?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/src/oj/contest/contest_problem.html | 4 ++-- template/src/oj/problem/problem.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}