aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/app/templates/quiz_view.html.twig
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-03-09 10:32:43 +0900
committernsfisis <nsfisis@gmail.com>2024-03-09 10:32:43 +0900
commit42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb (patch)
treefb7d763753cfd06bfd446fba8a3976d6eee9e9a4 /services/app/templates/quiz_view.html.twig
parent36c64450baffb7bc9f7d7f3080a6395b402b0f7c (diff)
downloadphperkaigi-2024-albatross-42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb.tar.gz
phperkaigi-2024-albatross-42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb.tar.zst
phperkaigi-2024-albatross-42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb.zip
enclose text with <p> tag
Diffstat (limited to 'services/app/templates/quiz_view.html.twig')
-rw-r--r--services/app/templates/quiz_view.html.twig4
1 files changed, 3 insertions, 1 deletions
diff --git a/services/app/templates/quiz_view.html.twig b/services/app/templates/quiz_view.html.twig
index a42520c..1f25ca9 100644
--- a/services/app/templates/quiz_view.html.twig
+++ b/services/app/templates/quiz_view.html.twig
@@ -21,7 +21,9 @@
<pre><code class="hljs language-php">{{ quiz.example_code }}</code></pre>
<h2>ランキング</h2>
{% if is_ranking_hidden %}
- 回答が締め切られるまで、ランキングは表示されません
+ <p>
+ 回答が締め切られるまで、ランキングは表示されません
+ </p>
{% elseif ranking|length == 0 %}
<p>
まだ正解した回答がありません