We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba828e commit f4de17fCopy full SHA for f4de17f
templates/local/content/cm/activity.mustache
@@ -125,7 +125,7 @@
125
{{! Description }}
126
{{#altcontent}}
127
{{! In Moodle 4.5+, if this is a delegated section then this is a container for a <ul> of course modules }}
128
- <div class="activity-altcontent {{#issubsection}}delegated-section-content{{/issubsection}}{{^isdelegatedsection}}d-flex{{/isdelegatedsection}} text-break {{#hasname}}activity-description{{/hasname}}">
+ <div class="activity-altcontent {{#issubsection}}delegated-section-content{{/issubsection}} text-break {{#hasname}}activity-description{{/hasname}}">
129
{{{altcontent}}}
130
</div>
131
{{/altcontent}}
0 commit comments