Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
MDL-63337 block_myoverview: Fix illegal whitespaces
[moodle.git]
/
blocks
/
myoverview
/
templates
/
view-list.mustache
diff --git
a/blocks/myoverview/templates/view-list.mustache
b/blocks/myoverview/templates/view-list.mustache
index
799c524
..
18e45ad
100644
(file)
--- a/
blocks/myoverview/templates/view-list.mustache
+++ b/
blocks/myoverview/templates/view-list.mustache
@@
-32,7
+32,7
@@
}
]
}
}
]
}
-}}
+}}
<ul class="list-group" role="list">
{{#courses}}
<ul class="list-group" role="list">
{{#courses}}
@@
-52,4
+52,4
@@
</div>
</li>
{{/courses}}
</div>
</li>
{{/courses}}
-</ul>
\ No newline at end of file
+</ul>