mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
elinks.conf.5: quoting corrections
In set and unset commands, the <option> must not be quoted. In the sample protocol.user.mailto.unix setting, the internal quotes were using some manpage syntax, resulting in incorrect HTML output. (cherry picked from commit 857c27e8b68e8ae08a4bdf4950a296ed4aa5df49)
This commit is contained in:
parent
bec425d650
commit
003d09ed78
@ -9,8 +9,8 @@ elinks.conf - ELinks configuration file
|
||||
SYNOPSIS
|
||||
--------
|
||||
[verse]
|
||||
set "<option>" = <value>
|
||||
unset "<option>"
|
||||
set <option> = <value>
|
||||
unset <option>
|
||||
bind "<keymap>" "<key>" = "<action>"
|
||||
include "<file>"
|
||||
|
||||
@ -52,7 +52,7 @@ Some sample settings:
|
||||
# Default document codepage.
|
||||
set document.codepage.assume = "ISO-8859-1"
|
||||
# User defined protocol handlers
|
||||
set protocol.user.mailto.unix = "mutt %h -s \e\*(lq%s\e\*(rq"
|
||||
set protocol.user.mailto.unix = "mutt %h -s \"%s\""
|
||||
|
||||
OPTIONS
|
||||
-------
|
||||
|
Loading…
x
Reference in New Issue
Block a user