Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GramThanos committed Dec 12, 2023
1 parent 56a76e6 commit 9de1228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
if (color.classname.length) {
classname += ' ' + color.classname;
}
classname = classname.trim();
calendar.className = classname;

this.wrapper.calendar.appendChild(calendar);
Expand Down

0 comments on commit 9de1228

Please sign in to comment.