File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ <h4 class="title">{{ .title }}</h4>
4343 < div class ="card-header " id ="headingOne ">
4444 < h5 class ="mb-0 ">
4545
46- < button class ="btn btn-primary " type ="button " data-toggle ="collapse " data-target ="#collapseExample " aria-expanded ="false " aria-controls ="collapseExample ">
46+ < button class ="btn btn-primary " type ="button " data-toggle ="collapse " data-target ="#collapseExample{{ .title }} " aria-expanded ="false " aria-controls ="collapseExample{{ .title }} ">
4747 Workshop Tracks < i class ="material-icons align-top "> chevron_right</ i >
48- </ button >
48+ </ button >
4949 </ h5 >
5050 </ div >
5151
52- < div class ="collapse " id ="collapseExample ">
52+ < div class ="collapse " id ="collapseExample{{ .title }} ">
5353 < div class ="card-body ">
5454 < table class ="table ">
5555 < thead >
You can’t perform that action at this time.
0 commit comments