Hello everyone,
I try to create simple json with href attribute at <a> element. But, when I add to this element href=\"www.something.com\" I get response 500 - internal server error.
This is a part of json which I sending:
<ul><li><a href=\"www.atlasian.com \">link</a></li></ul>
I tried also with double quotes
<ul><li><a href=""www.atlasian.com"">link</a></li></ul>
but with same results.
Only this part of json is woking <ul><li><a>text</a></li></ul>
Any idea how to solve this ?
THX