summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-05-29 14:34:58 +0200
committerSimon Rettberg2019-06-25 10:17:22 +0200
commitb2ea8ea89c5cb9977b12eaa3404c4c69704f0877 (patch)
tree96a55cb329ec82a65bdc424599149f9ec39ef53e
parent[summernote] Use caching when loading language plugin (diff)
downloadslx-admin-b2ea8ea89c5cb9977b12eaa3404c4c69704f0877.tar.gz
slx-admin-b2ea8ea89c5cb9977b12eaa3404c4c69704f0877.tar.xz
slx-admin-b2ea8ea89c5cb9977b12eaa3404c4c69704f0877.zip
[exams] Fix HTML syntax
-rw-r--r--modules-available/exams/templates/page-add-edit-exam.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/exams/templates/page-add-edit-exam.html b/modules-available/exams/templates/page-add-edit-exam.html
index d623c68c..a45cbac2 100644
--- a/modules-available/exams/templates/page-add-edit-exam.html
+++ b/modules-available/exams/templates/page-add-edit-exam.html
@@ -125,7 +125,7 @@
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="examid" value="{{exam.examid}}">
<div class="text-right" style="margin-bottom: 20px">
- <button type="button" id="cancelButton" class="btn btn-default"< style="margin-right: 10px">{{lang_cancel}}</button>
+ <button type="button" id="cancelButton" class="btn btn-default" style="margin-right: 10px">{{lang_cancel}}</button>
<button type="button" onclick="checkGlobalExam()" id="saveButton" class="btn btn-primary"><span class="glyphicon glyphicon-floppy-disk"></span> {{lang_save}}</button>
</div>