View | Details | Raw Unified
Collapse All | Expand All

(-) mozilla-launcher-1.56.orig (-2 / +2 lines)
 Lines 612-619    Link Here 
sanitize_url()
sanitize_url()
{
{
  # We only really need to filter '(', ')' and ',' as these break openURL
  # 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'
  echo $1 | sed -e's/(/%28/g' -e's/)/%29/g'
}
}
# Call the main sub, which is defined at the top of this script
# Call the main sub, which is defined at the top of this script