I must've tested that before making a final change.
I've updated the download already, but if you want, you can just comment out the following line in the includes/nukeSEO_SB.php:
Code:# $mynuketitle = htmlentities(urlencode($mynuketitle));
|
It doesn't require HTML entities and it's already urlencoded below that. In the updated download, I moved the urlencode call out of the nukeSEO SB function call so it's clearer (and, no longer duplicated!).