dbnschools/moodle-theme_fordson

Missing quote in dashboard template

Robynstar opened this issue · 1 comments

<div class=col-md-12 studentprogress">

There is a quote mark missing from the start of the class:
<div class=col-md-12 studentprogress">
....................^
which means it it coming up in html as
<div class="col-md-12" studentprogress"="">

fixed in M37 1.1 release just posted on github. Will post to Moodle.org after a bit more work.