From 9aac79b06cf24b0201f66e16137ae5108880565e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 20 Feb 2006 04:03:05 +0000 Subject: [PATCH] Revert and change to cdata --- xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml.php b/xml.php index f989e53..ccaa4ef 100644 --- a/xml.php +++ b/xml.php @@ -285,7 +285,7 @@ class XML } } - $this->attribs = $this->cdata; + $this->attribs['cdata'] = $this->cdata; } $this->cdata = ''; -- 2.22.5