HTML-Entity problem

pinEdit

HTML-Entity problem


fuehlin 10-07-2008, 8:33
Hello!

I have a problem with HTML-Entities: I insert a "lower than"-symbol "<" in Edit-Mode. Switching to HTML-Mode the symbol is transformed to the equal HTML-Entity "&lt;". But I want to have the original symbol.
I'm using PinEdit 6.1.1214.

What can I do?

Thanks & Regards.

Re: HTML-Entity problem


Pintexx Support 10-08-2008, 8:48
Hello,

please edit

editor/mode/xxx/config/config_event.js

In method eventOnInit() you will see code for entity handling.
Just comment the lines you do not want.

Regards,
Hans-Peter

Re: HTML-Entity problem


fuehlin 10-12-2008, 8:20
Thank you very much. This solve the problem.