From 41658af772b2afa6e73194e1e57d28977fcd7ab7 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 20 Feb 2006 04:03:28 +0000 Subject: [PATCH] rv rv just back to "value" --- xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml.php b/xml.php index ccaa4ef..534e29f 100644 --- a/xml.php +++ b/xml.php @@ -285,7 +285,7 @@ class XML } } - $this->attribs['cdata'] = $this->cdata; + $this->attribs['value'] = $this->cdata; } $this->cdata = ''; -- 2.22.5