diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-09 10:32:43 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-09 10:32:43 +0900 |
| commit | 42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb (patch) | |
| tree | fb7d763753cfd06bfd446fba8a3976d6eee9e9a4 | |
| parent | 36c64450baffb7bc9f7d7f3080a6395b402b0f7c (diff) | |
| download | phperkaigi-2024-albatross-42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb.tar.gz phperkaigi-2024-albatross-42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb.tar.zst phperkaigi-2024-albatross-42a2ff1538426fa066f9c56aa5bc3752e7bdb2bb.zip | |
enclose text with <p> tag
| -rw-r--r-- | services/app/templates/quiz_view.html.twig | 4 |
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> まだ正解した回答がありません |
