Fixed error in SQL Inj quiz
fixed a type that didn't allow the quiz to load.
This commit is contained in:
parent
e859c9c37b
commit
cec60447c4
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user