summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2019-05-29 14:34:58 +0200
committerSimon Rettberg2019-05-29 14:34:58 +0200
commit1762460bfd4e65f4da94ba48af7345c086df561c (patch)
tree72ef1483970fce49570d1904eb2654a2480ee0d0
parent[summernote] Use caching when loading language plugin (diff)
downloadslx-admin-1762460bfd4e65f4da94ba48af7345c086df561c.tar.gz
slx-admin-1762460bfd4e65f4da94ba48af7345c086df561c.tar.xz
slx-admin-1762460bfd4e65f4da94ba48af7345c086df561c.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>