r21323 - 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:26:09 EDT 2011
Author: cmarchi
Date: 2011-09-24 12:26:09 -0400 (Sat, 24 Sep 2011)
New Revision: 21323
Trac: http://svn.gnucash.org/trac/changeset/21323
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:22:08 UTC (rev 21322)
+++ htdocs/branches/beta/atom.php 2011-09-24 16:26:09 UTC (rev 21323)
@@ -68,7 +68,7 @@
<updated><?= date_convert_news_to_atom($update_date) ?></updated>
<description><![CDATA[
<? for ($i=2; $i<$n; $i++) {
- print htmlentities($fa[$i]);
+ print ($fa[$i]);
} ?>
]]></content>
</entry>
More information about the gnucash-changes
mailing list