r21322 - htdocs/branches/beta - Test again atom feed modification just to understand how it works.

Cristian Marchi cmarchi at code.gnucash.org
Sat Sep 24 12:22:08 EDT 2011


Author: cmarchi
Date: 2011-09-24 12:22:08 -0400 (Sat, 24 Sep 2011)
New Revision: 21322
Trac: http://svn.gnucash.org/trac/changeset/21322

Modified:
   htdocs/branches/beta/atom.php
Log:
Test again atom feed modification just to understand how it works.

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-09-24 16:07:14 UTC (rev 21321)
+++ htdocs/branches/beta/atom.php	2011-09-24 16:22:08 UTC (rev 21322)
@@ -66,11 +66,11 @@
       <email>gnucash-devel at gnucash.org</email>
     </author>
     <updated><?= date_convert_news_to_atom($update_date) ?></updated>
-    <content type="html">
+    <description><![CDATA[
         <? for ($i=2; $i<$n; $i++) {
             print htmlentities($fa[$i]);
         } ?>
-    </content>
+    ]]></content>
   </entry>
   <?php
   } ?>



More information about the gnucash-changes mailing list