--- mozilla-launcher-1.56.orig 2007-05-03 09:30:23.069395751 +0200 +++ mozilla-launcher-1.56 2007-05-03 09:30:43.679783406 +0200 @@ -612,8 +612,8 @@ sanitize_url() { - # We only really need to filter '(', ')' and ',' as these break openURL - echo $1 | sed -e's/,/%2c/g' -e's/(/%28/g' -e's/)/%29/g' + # We only really need to filter '(' and ')' as these break openURL + echo $1 | sed -e's/(/%28/g' -e's/)/%29/g' } # Call the main sub, which is defined at the top of this script