fix: lms quiz type error (#21152)

This commit is contained in:
Shivam Mishra
2020-04-03 10:08:19 +05:30
committed by GitHub
parent 66c4a08703
commit 3251e1304c
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@
</a>
</div>
<div>
<h1>{{ content.name }} <span class="small text-muted">({{ position + 1 }}/{{length}})</span></h1>
<h2>{{ content.name }} <span class="small text-muted">({{ position + 1 }}/{{length}})</span></h2>
</div>
{% endmacro %}