When I use the standard websafe_tag variable I get a URL that looks like this word1+word2 - I really don’t want URLs with a + sign in them.
Is there an easy way to change it to a hyphen character - like EE lets you pick your separator for URLs?
I did a test and managed to generate urls like this word1-word2, but now I would need to make all the changes to make that URL parsed correctly by the various Tags - entries, cloud, etc.
Can you give me guidance on where to make those changes? Or is there some fundamental reason where the + sign was chosen and therefore should not be changed?
