https: in text is removed
-
Hello,
If URL Options is set to ‘Use the dynamic “//” protocol’,
the following line
<a href="https://www.example.com/">https://www.example.com/</a>
is rendered as below.
<a href="//www.example.com/">//www.example.com/</a>But, I want it to be below.
<a href="//www.example.com/">https://www.example.com/</a>
So, I want to remove https: in href but I do not want to remove https: in text.
Is it possible?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘https: in text is removed’ is closed to new replies.