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

Cristian Marchi cmarchi at code.gnucash.org
Sat Sep 24 12:05:38 EDT 2011


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

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

Modified: htdocs/branches/beta/atom.php
===================================================================
--- htdocs/branches/beta/atom.php	2011-09-24 15:58:17 UTC (rev 21319)
+++ htdocs/branches/beta/atom.php	2011-09-24 16:05:38 UTC (rev 21320)
@@ -68,7 +68,7 @@
     <updated><?= date_convert_news_to_atom($update_date) ?></updated>
     <content type="html">
         <? for ($i=2; $i<$n; $i++) {
-            print htmlentities($fa[$i]);
+            print ($fa[$i]);
         } ?>
     </content>
   </entry>



More information about the gnucash-changes mailing list