Hello,
1. open a hyper link manager and insert the following link: http://google.com?a=1&b=2
2. click ok and check the resulted HTML in the editor (html view)
ampersand in the href attribute is encoded:
Is there a way to make it not encode query string separator.
1. open a hyper link manager and insert the following link: http://google.com?a=1&b=2
2. click ok and check the resulted HTML in the editor (html view)
ampersand in the href attribute is encoded:
<a href="http://google.com?a=1amp&;b=2">http://google.com/?a=1amp&;b=2</a>Is there a way to make it not encode query string separator.
