[gxml] CDATASection: docfix for an entity reference



commit eb029128934c779147f9c202238b82645eb23b70
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sun Jul 28 01:30:11 2013 -0400

    CDATASection: docfix for an entity reference

 gxml/CDATASection.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/CDATASection.vala b/gxml/CDATASection.vala
index 8608a5f..906b9e2 100644
--- a/gxml/CDATASection.vala
+++ b/gxml/CDATASection.vala
@@ -33,7 +33,7 @@ namespace GXml {
         * To create one, use { link GXml.Document.create_cdata_section}.
         *
         * An XML example would be like:
-        * {{{ &lt;![CDATA[Here contains non-XML data, like code, or something that
+        * {{{ <![CDATA[Here contains non-XML data, like code, or something that
         * requires a lot of special XML entities.]]>. }}}
         * It is a type of Text node. For more, see: 
[[http://www.w3.org/TR/DOM-Level-1/level-one-core.html#ID-667469212]]
         */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]