1. I have URLs with double dash.
When I copy URL and paste into Description field, renderer change url and make one dash only. Example:
Before - www.url.com/hhh--gg.html
After - www.url.com/hhh-gg.html
2. When I paste URL and type comma, renderer make URL with comma.
Example - www.url.com/hhh--gg.html,
In text mode I see [www.url.com/hhh--gg.html,] instead [www.url.com/hhh--gg.html],
How can I get rid of these errors?
Hi Andrey,
If you want certain characters to be ignored by the renderer, shield them with a '\' like so:
www.url.com/hhh\-\-gg.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.