aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/config/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/config/config b/examples/config/config
index 9a25de3..df71e8b 100644
--- a/examples/config/config
+++ b/examples/config/config
@@ -48,7 +48,7 @@ set authentication_handler = sync_spawn @scripts_dir/auth.py
# Open in the same window.
#set new_window = sh 'echo uri "$8" > $4'
# Open a link in a new window. equivalent to default behavior
-set new_window = sh 'uzbl-browser -u $8'
+set new_window = sh 'uzbl-browser -u "$8"'
# --- Optional dynamic event handlers ----------------------------------------