commit | 3251e1304c9c46b5c4f74fd35765eda1ba090136 | [log] [tgz] |
---|---|---|
author | Shivam Mishra <scmmishra@users.noreply.github.com> | Fri Apr 03 10:08:19 2020 +0530 |
committer | GitHub <noreply@github.com> | Fri Apr 03 10:08:19 2020 +0530 |
tree | 2a480c11ebdea8913474c18d222565bbb9009539 | |
parent | 66c4a087038e75bc0e53cf5744fcb960916e93a7 [diff] |
fix: lms quiz type error (#21152)
diff --git a/erpnext/www/lms/content.html b/erpnext/www/lms/content.html index 5607c08..cdc7141 100644 --- a/erpnext/www/lms/content.html +++ b/erpnext/www/lms/content.html
@@ -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 %}