Description: exo-open fails when html filename contains spaces
 Fix exo open so it can work with html links when they contain spaces
Bug: https://bugzilla.xfce.org/show_bug.cgi?id=10731
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1077970

Index: exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in
===================================================================
--- exo-0.10.2.orig/exo-helper/helpers/firefox.desktop.in.in	2014-04-25 14:12:03.058490145 +0200
+++ exo-0.10.2/exo-helper/helpers/firefox.desktop.in.in	2014-04-25 14:12:28.042176057 +0200
@@ -7,4 +7,4 @@
 X-XFCE-Binaries=firefox;firefox-gtk2;firefox-gtk;mozilla-firefox;
 X-XFCE-Category=WebBrowser
 X-XFCE-Commands=%B -remote "openURL(about:blank,new-window)";%B;
-X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B %s;
+X-XFCE-CommandsWithParameter=%B -remote "openURL(%s)";%B "%s";
