From 2ee74581d1c63404a3620cc591ba30dcb352d3f9 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 5 Oct 2010 14:38:59 -0400 Subject: [PATCH] Fix last commit. --- common/content/dactyl.js | 4 ++-- common/locale/en-US/options.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 02291439..cd1db29e 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1269,9 +1269,9 @@ const Dactyl = Module("dactyl", { } }); - options.add(["urlseparator"], + options.add(["urlseparator", "us"], "Set the separator regex used to separate multiple URL args", - "string", "|"); + "string", "\\|"); options.add(["verbose", "vbs"], "Define which info messages are displayed", diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml index 6a097e9e..e1f6a0f5 100644 --- a/common/locale/en-US/options.xml +++ b/common/locale/en-US/options.xml @@ -1334,7 +1334,7 @@ 'us' 'urlseparator' 'urlseparator' string - | + \\|

The regular expression used to split URL lists in commands