- 15 May 2023, 16:52
#5327
Hi,
I've just installed OpenCATS on my debian server.
Works great, with mostly one exception : when I fill the job description with ckedit and save it, the description then shows the HTML code. And the online application shows the same HTML code.
So let's say in ckedit I write : "This is a job desc" in bold, the description section of the job order will actually show :
<p><strong>This is a job desc</strong></p> and the same on the online application. Looking at the HTML source page of the online application, here is what I find :
<p><strong>Description:</strong></p>
<p><strong>This is a job desc</strong></p>
So looks like the description has been HTML encoded with htmlentities.
What am I doing wrong? Any help appreciated, thanks!
I've just installed OpenCATS on my debian server.
Works great, with mostly one exception : when I fill the job description with ckedit and save it, the description then shows the HTML code. And the online application shows the same HTML code.
So let's say in ckedit I write : "This is a job desc" in bold, the description section of the job order will actually show :
<p><strong>This is a job desc</strong></p> and the same on the online application. Looking at the HTML source page of the online application, here is what I find :
<p><strong>Description:</strong></p>
<p><strong>This is a job desc</strong></p>
So looks like the description has been HTML encoded with htmlentities.
What am I doing wrong? Any help appreciated, thanks!