SVN commit 490879 by amantia: Firefox 1.5 doesn't like spaces in remote commands. Thankfully it works OK in older versions and Opera without spaces as well. CCMAIL: quanta@kde.org M +1 -1 externalpreview.sh --- branches/KDE/3.5/kdewebdev/quanta/scripts/externalpreview.sh #490878:490879 @@ -15,7 +15,7 @@ newTab=$3 if test $currentURL then - if ! $browser -remote "openURL($currentURL, $newTab)" + if ! $browser -remote "openURL($currentURL,$newTab)" then $browser $currentURL fi _______________________________________________ Quanta mailing list Quanta@mail.kde.org https://mail.kde.org/mailman/listinfo/quanta