Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
kha-white committed Jul 7, 2024
1 parent 5238196 commit 9490107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mokuro/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(
if legacy_html:
logger.warning(
"Legacy HTML output is deprecated and will not be further developed. "
"It's recommended to use .mokuro format and web reader instead."
"It's recommended to use .mokuro format and web reader instead. "
"Legacy HTML will be disabled by default in the future. To explicitly enable it, run with option --legacy-html."
)
# legacy HTML works only with unzipped output
Expand Down

0 comments on commit 9490107

Please sign in to comment.