Upgrade to 3.5.1
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Kirby\Parsley;
|
||||
|
||||
use DOMElement;
|
||||
use DOMXpath;
|
||||
use DOMXPath;
|
||||
use Kirby\Toolkit\Str;
|
||||
|
||||
class Element
|
||||
|
@@ -35,8 +35,6 @@ class Inline
|
||||
|
||||
public function parseNode($node)
|
||||
{
|
||||
$html = '';
|
||||
|
||||
if (is_a($node, 'DOMText') === true) {
|
||||
return $node->textContent;
|
||||
}
|
||||
|
@@ -11,6 +11,7 @@ class Parsley
|
||||
protected $blocks = [];
|
||||
protected $body;
|
||||
protected $doc;
|
||||
protected $inline;
|
||||
protected $marks = [];
|
||||
protected $nodes = [];
|
||||
protected $schema;
|
||||
|
Reference in New Issue
Block a user