Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailKravets committed Oct 12, 2024
1 parent 437fefd commit 83aef85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_puml/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def _replace(self, key: str, content: str) -> str:

# When theming is not enabled, user will manually manage themes in each diagram.
# Also, only one version of diagram will be generated for each scheme, which
# should be displayed always although light / dark mode of mkdocs-material.
# should be displayed always despite the light / dark mode of mkdocs-material.
style = "display: block" if not self.config.theme.enabled else ""
replacement = (
f'<div class="puml {diagram.mode}" style="{style}">{diagram.diagram}</div>'
Expand Down

0 comments on commit 83aef85

Please sign in to comment.