Skip to content
Snippets Groups Projects
Commit b55815f6 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #855402 by aspilicious: fix newlines in token.inc.

parent 8cf0d590
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -172,6 +172,7 @@ function unicode_requirements() {
*
* @param &$data
* The XML data which will be parsed later.
*
* @return
* An XML parser object or FALSE on error.
*
......@@ -221,6 +222,7 @@ function drupal_xml_parser_create(&$data) {
* The data to be converted.
* @param $encoding
* The encoding that the data is in
*
* @return
* Converted data or FALSE.
*/
......@@ -257,6 +259,7 @@ function drupal_convert_to_utf8($data, $encoding) {
* The string to truncate.
* @param $len
* An upper limit on the returned string length.
*
* @return
* The truncated string.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment