When lang.php saves the translation file, it converts HTML entities like < and > into < and > characters. This may produce critical error in parsing XML/XHTML document.
It is necessary to preserve HTML entites "as they are" without any transformation.
Description
When lang.php saves the translation file, it converts HTML entities like < and > into < and > characters. This may produce critical error in parsing XML/XHTML document.
It is necessary to preserve HTML entites "as they are" without any transformation.