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.
* MDL-9248 - lang.php now keeps <, >, and other HTML entities
* There was an XHTML compliance error with redundant </form></div> tags in non-editable mode
* There was an bug with ORPHANed strings in local language pack