word/quiz: generic page container setup
[sheet.git] / word.plp
index 5571299e4d3e178c865e355d6bb0cdb815e26225..0635161a96230df05d2eea57e057b96a824a0e32 100644 (file)
--- a/word.plp
+++ b/word.plp
@@ -18,7 +18,7 @@ if ($Request and $Request =~ m{\A([^/]+)}) {
                        lang => $lang,
                });
                say '<h1>Words</h1>';
-               say '<section id="gallery"></section>';
+               say '<section id="quiz"></section>';
                say "<script>new Word\u$name()</script>";
        }
        exit;