Issue #2393461 followup by Sagar Ramgade: format_xml_elements() does not allow unencoded values

merge-requests/26/head
stefan.r 2016-07-04 18:07:26 +02:00
parent 86fc546837
commit f68a354ff8
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ Drupal 7.40, 2015-10-14
against SQL injection (API change: https://www.drupal.org/node/2463973).
- Fixed a bug in the Drupal 6 to Drupal 7 upgrade path which caused the upgrade
to fail when there were multiple file records pointing to the same file.
- Added a a new option to format_xml_elements() to allow for already encoded
- Added a new option to format_xml_elements() to allow for already encoded
values.
- Numerous small bug fixes.
- Numerous API documentation improvements.