Commit 7935d48
authored
[4.0] Cassiopeia module header class (#31771)
* [4.0] Cassiopeia module header class
Fixes a silly little error to make the module header class work as intended.
### To test
Create a module and publish it in the sidebar-right position
In the module options give it a header class eg broken
### before
`<h3 class="brokencard-header broken "`
### After
`<hr class="card-header broken"`
* tidy
* tidy1 parent c7946c7 commit 7935d48
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments