diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-27 18:32:06 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-27 18:32:43 +0200 |
commit | 7c18495eb995f5c5997c201a8eef70b134fa5152 (patch) | |
tree | 687c6073f552c9d0a11566102fc44cc9a5d9db8c | |
parent | c52d10ae4307edecb9e89f81ce80327df14d80aa (diff) |
Updated Help
Fixed an error.
-rw-r--r-- | res/about/help.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/about/help.gmi b/res/about/help.gmi index 9f8d2759..7c904bd9 100644 --- a/res/about/help.gmi +++ b/res/about/help.gmi | |||
@@ -424,7 +424,7 @@ The "ANSI escapes" setting controls which ANSI escape codes are enabled: | |||
424 | 424 | ||
425 | * "FG Color" enables changes to text foreground color. | 425 | * "FG Color" enables changes to text foreground color. |
426 | * "BG Color" enables changes to text background color. | 426 | * "BG Color" enables changes to text background color. |
427 | * "Font Style" enables changing the font style: bold, italic, or monospace. (These correspond to codes 1, 2, and 11.) | 427 | * "Font Style" enables changing the font style: bold, italic, or monospace. (These correspond to codes 1, 3, and 11.) |
428 | 428 | ||
429 | A warning banner is displayed if any codes are detected on a page. This helps you be aware of potential visual artifacts, like text color that is being forced to black regardless of the page background color. Click on the warning to dismiss it on a per-site basis. | 429 | A warning banner is displayed if any codes are detected on a page. This helps you be aware of potential visual artifacts, like text color that is being forced to black regardless of the page background color. Click on the warning to dismiss it on a per-site basis. |
430 | 430 | ||