diff options
author | tailor <cygnus@janrain.com> | 2006-10-30 22:54:58 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-10-30 22:54:58 +0000 |
commit | f28d40d9b4ab80e5a7ca204d68c3a1f55a6e0658 (patch) | |
tree | 799c27a626d1e15de4e95b7e1c1ff1a02b6380b6 | |
parent | 4722dbdd7820b6f883c5b4e1aa757534d2577059 (diff) | |
download | php-openid-f28d40d9b4ab80e5a7ca204d68c3a1f55a6e0658.zip php-openid-f28d40d9b4ab80e5a7ca204d68c3a1f55a6e0658.tar.gz php-openid-f28d40d9b4ab80e5a7ca204d68c3a1f55a6e0658.tar.bz2 |
[project @ Added CDATA to XML config templates]
-rw-r--r-- | admin/package.xml | 2 | ||||
-rw-r--r-- | admin/package2.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/admin/package.xml b/admin/package.xml index d55e8a8..c959ba9 100644 --- a/admin/package.xml +++ b/admin/package.xml @@ -12,7 +12,9 @@ <date>%(date)s</date> <state>%(release_stability)s</state> <notes> + <![CDATA[ %(release_notes)s + ]]> </notes> %(contents_version_1)s </release> diff --git a/admin/package2.xml b/admin/package2.xml index e9117c9..d3bd525 100644 --- a/admin/package2.xml +++ b/admin/package2.xml @@ -24,7 +24,9 @@ http://pear.php.net/dtd/package-2.0.xsd"> </stability> <license uri="%(license_uri)s">%(license_name)s</license> <notes> + <![CDATA[ %(release_notes)s + ]]> </notes> <contents> %(contents)s |