diff --git a/core/modules/filter/filter.module b/core/modules/filter/filter.module index d71f949..182bbb1 100644 --- a/core/modules/filter/filter.module +++ b/core/modules/filter/filter.module @@ -1249,8 +1249,8 @@ function filter_dom_serialize($dom_document) { * (optional) A string to use as a comment start marker to escape the CDATA * declaration. Defaults to '//'. * @param $comment_end - * (optional) A string to use as a comment end marker to escape the CDATA - * declaration. Defaults to an empty string. + * (optional) A string to use as a comment end marker to escape the CDATA + * declaration. Defaults to an empty string. */ function filter_dom_serialize_escape_cdata_element($dom_document, $dom_element, $comment_start = '//', $comment_end = '') { foreach ($dom_element->childNodes as $node) {