We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5238196 commit 9490107Copy full SHA for 9490107
mokuro/run.py
@@ -54,7 +54,7 @@ def run(
54
if legacy_html:
55
logger.warning(
56
"Legacy HTML output is deprecated and will not be further developed. "
57
- "It's recommended to use .mokuro format and web reader instead."
+ "It's recommended to use .mokuro format and web reader instead. "
58
"Legacy HTML will be disabled by default in the future. To explicitly enable it, run with option --legacy-html."
59
)
60
# legacy HTML works only with unzipped output
0 commit comments