Fixed error in SQL Inj quiz

fixed a type that didn't allow the quiz to load.
This commit is contained in:
MaxGeldner 2019-01-08 18:52:54 +01:00 committed by Nanne Baars
parent e859c9c37b
commit cec60447c4

View File

@ -162,7 +162,7 @@
</div>
<div class="lesson-page-wrapper">
<span id="quiz_id" data-quiz_id="sql_incjection"></span>
<span id="quiz_id" data-quiz_id="sql_injection"></span>
<script th:src="@{/js/quiz.js}" language="JavaScript"></script>
<link rel="import" type="application/json" th:href="@{/lesson_js/questions.json}"/>
<div class="adoc-content" th:replace="doc:SqlInjection_quiz.adoc"></div>