diff options
author | bptato <nincsnevem662@gmail.com> | 2022-12-13 17:03:17 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-12-13 17:03:17 +0100 |
commit | 4b482418c22ea31729ca94583ffd2a6aa167d811 (patch) | |
tree | 9c456555f1b3cfd45d90f28d61d7369ab96e1c5d /doc | |
parent | 672ab553c4a2b10a703ea40e049eda52db149a93 (diff) | |
download | chawan-4b482418c22ea31729ca94583ffd2a6aa167d811.tar.gz |
Fix stream error handling confusion, title display
Also probably other fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md index 4879621d..a044f719 100644 --- a/doc/config.md +++ b/doc/config.md @@ -259,7 +259,7 @@ Examples: ``` # Enable cookies on the orange website for log-in. [[siteconf]] -url = "^https://news.ycombinator.com/.*" +url = '^https://news\.ycombinator\.com/.*' cookie = true # Redirect npr.org to text.npr.org. |