XF 2.2 External Link in forum description

koraldon

Active member
Hi,
I'm using html <a href="link"> in a forum description.
However, it seems to inject the forum base route so the link is not working.
Is this a feature or a bug?
 
This is the code at the node description
Code:
<a href=“http://members.pundak.co.il/world”>
This is the link address in the frontend:
Code:
https://www.pundak.co.il/forums/forums/%D7%A4%D7%95%D7%A8%D7%95%D7%9D-%D7%9E%D7%9C%D7%A1%D7%98%D7%A8%D7%94.7/%E2%80%9Chttp://members.pundak.co.il/world/%E2%80%9D

Found the issue, the " was not embedded correctly when using hebrew... it was input as utf8 character.
 
Top Bottom