comparison vendor/zendframework/zend-feed/src/Writer/Renderer/Entry/Atom.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 7a779792577d
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
373 $root->appendChild($element); 373 $root->appendChild($element);
374 } 374 }
375 375
376 /** 376 /**
377 * Load a HTML string and attempt to normalise to XML 377 * Load a HTML string and attempt to normalise to XML
378 *
379 * @param string $content
380 * @return \DOMElement
378 */ 381 */
379 // @codingStandardsIgnoreStart 382 // @codingStandardsIgnoreStart
380 protected function _loadXhtml($content) 383 protected function _loadXhtml($content)
381 { 384 {
382 // @codingStandardsIgnoreEnd 385 // @codingStandardsIgnoreEnd