Page 1 of 1

Import HTML code without converted special characters

Posted: Mon Sep 01, 2014 1:58 pm
by Testomatico
Hello,
I'm using the RVHTMLImporter for importing HTML code. Now, I have the problem that the code I want to import includes non-converted special characters.
For example:

Code: Select all

<p align=center>Test & Test</p>
So, if I try to import the above code I will get a ';' at the end of the string (what's totally wrong).
Is there any option to turn this converting off?
I found the part in the code that is inserting that character but I don't want to modify the component directly.

Best regards
Testo

Posted: Tue Sep 02, 2014 5:08 pm
by Sergey Tkachenko
I uploaded a fixed version of the importer, please redownload.

Posted: Tue Sep 02, 2014 8:22 pm
by Testomatico
Works like a charm! Thank you very much.