chiark / gitweb /
Use <blockquote> for quiz formatting
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2023 19:49:31 +0000 (20:49 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 6 Jun 2023 19:52:13 +0000 (20:52 +0100)
quiz.pl

diff --git a/quiz.pl b/quiz.pl
index 5a63d49927734f113c562740c69f1959eb71e318..7192ce6de32e57f45a1741c8233d1e6443b10535 100644 (file)
--- a/quiz.pl
+++ b/quiz.pl
@@ -9,6 +9,7 @@ sub quiz_check_answer () {
 }
 
 $quiz_question_input = <<END;
+<blockquote>
 Quiz question vs. stupid robots:
 <br>
 Q. Which IETF document,
@@ -16,7 +17,7 @@ titled "Address Allocation for Private Internets",
 does the G-RIN help implement?
 <br>
 A. <input type=text name="quiz" length=10>
-<br>
+</blockquote>
 END
 
 1;