Not my mod... But try this


in \Simple SEO URL\includes\classes\ssu\cores\link.php

on line 145

change

Code:
$params .= '&' . $key . '=' . $value;
to

Code:
$params .= '&' . $key . '=' . $value;
Let me know if this does the trick for you.

~Melanie