mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-01 11:15:46 +01:00
Fix 'encoding' names.
Options require literal names.
This commit is contained in:
@@ -60,7 +60,7 @@ function Browser() //{{{
|
||||
////////////////////// OPTIONS /////////////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
|
||||
options.add(["enc[oding]"],
|
||||
options.add(["encoding", "enc"],
|
||||
"Sets the current buffer's character encoding",
|
||||
"string", "UTF-8",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user